Forum Discussion
Altera_Forum
Honored Contributor
16 years agoBoa configuration
Hi, When I execute boa I receive an error as: --- Quote Start --- [30/Nov/1999:00:14:38 +0000] No such user: root --- Quote End --- I have tried to configure boa but I...
Altera_Forum
Honored Contributor
16 years agoI have a running boa (on a No-MMU installation)
in my /etc/boa there is (comment lines deleted) Port 80 User root Group root ServerName www.nios2.com (http://www.nios2.com) DocumentRoot /home/httpd UserDir public_html DirectoryIndex index.html KeepAliveMax 100 KeepAliveTimeout 20 MimeTypes /etc/mime.types DefaultType text/html ScriptAlias /cgi-bin/ /home/httpd/cgi-bin/ (www.nios2.com (http://www.nios2.com) seems to be quite irrelevant, I don't have such a thing) Moreover I do have a user ftp with no password: cat /etc/passwd root:$1$9T/VnwvK$ftljw4uPOFUdEHO.v3yh5/:0:0:root:/:/bin/sh ftp:x:500:500:FTP User:/home/ftp: and a directory /home/ftp for boa to use. -Michael