I am getting an error after i modified the ip address (while experimenting with ndiswrapper, i changed the option 0.0.0.0 to accept all) . after that i am getting the following error while trying to run localhost open: Permission denied * Restarting web server apache2 apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1 for ServerName httpd (no pid file) not running apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1 for ServerName (99)Cannot assign requested address: make_sock: could not bind to address 127.0.0.1:80 no listening sockets available, shutting down Unable to open logs open: Permission denied Code (markup): pl help in resolving
Firstly it can't open its own logs due to permissions problem. Make sure apache can read and write to files and directories wherever its logs are stored. There may also be an issue with your network address or servername. I'd have to see the config. I'm not sure what ndiswrapper is/does/how it works.