Re: [users@httpd] Re: Apache server on Ubuntu 13.10

2013-11-07 Thread Chris Gordon
I believe you just need to follow the instruction given in the log, though I have not seen you configuration/httpd.conf. You probably just need to: Set the 'ServerName' directive globally to suppress this message. Do you have a value for this Directive set? If not use your fqdn, perhaps others

Re: [users@httpd] Re: Apache server on Ubuntu 13.10

2013-11-06 Thread Vincent Lefevre
On 2013-11-04 07:13:56 -0800, Make Myday wrote: (98)Address already in use: AH00072: make_sock: could not bind to address [::]:80 (98)Address already in use: AH00072: make_sock: could not bind to address 0.0.0.0:80 no listening sockets available, shutting down AH00015: Unable to open logs

Re: [users@httpd] Re: Apache server on Ubuntu 13.10

2013-11-06 Thread Stormy
At 10:46 AM 11/6/2013 +0100, Vincent Lefevre wrote: On 2013-11-04 07:13:56 -0800, Make Myday wrote: (98)Address already in use: AH00072: make_sock: could not bind to address [::]:80 (98)Address already in use: AH00072: make_sock: could not bind to address 0.0.0.0:80 no listening sockets

Re: [users@httpd] Re: Apache server on Ubuntu 13.10

2013-11-06 Thread Vincent Lefevre
On 2013-11-06 17:41:41 -0400, Stormy wrote: At 10:46 AM 11/6/2013 +0100, Vincent Lefevre wrote: Same problem, until I noticed that a tntnet web server was installed during the upgrade to Ubuntu 13.10!!! Perhaps going a little off-topic (although tntnet apparently does disable apache2),

Re: [users@httpd] Re: Apache server on Ubuntu 13.10

2013-11-04 Thread Eric Covener
On Mon, Nov 4, 2013 at 12:16 AM, Jasvir Singh jassigrewa...@gmail.com wrote: On Mon, Nov 4, 2013 at 6:05 AM, Make Myday make.myday2...@yahoo.com wrote: These are the errors I experience after I performed my upgdrade on Ubuntu snip re-installed Apache and PHP all to no avail. Can anyone help?

Re: [users@httpd] Re: Apache server on Ubuntu 13.10

2013-11-04 Thread Jasvir Singh
On Mon, Nov 4, 2013 at 5:49 PM, Eric Covener cove...@gmail.com wrote: How do you restart? $ sudo service apache2 restart $ sudo /etc/init.d/apache2 restart -- Jasvir Singh Grewal Blog:http://jasvirsinghgrewal91.wordpress.com/

Re: [users@httpd] Re: Apache server on Ubuntu 13.10

2013-11-04 Thread Make Myday
I too restart apache with : sudo service apache2 restart I get the following:  * Restarting web server apache2    AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1. Set the 'ServerName' directive

Re: [users@httpd] Re: Apache server on Ubuntu 13.10

2013-11-03 Thread Make Myday
These are the errors I experience after I performed my upgdrade on Ubuntu from 13.4 to 13.10, which in effect upgraded my Apache from 2.2 to 2.4 - Apache no longer works: On the browser, I get the following: Error Not Found: vhost: localhost /mywebapplication/ On command line I get the

Re: [users@httpd] Re: Apache server on Ubuntu 13.10

2013-11-03 Thread Jasvir Singh
On Mon, Nov 4, 2013 at 6:05 AM, Make Myday make.myday2...@yahoo.com wrote: These are the errors I experience after I performed my upgdrade on Ubuntu snip re-installed Apache and PHP all to no avail. Can anyone help? Same as that of my case. Still problem is unsolved. Help needed. -- Jasvir

[users@httpd] Re: Apache server on Ubuntu 13.10

2013-11-02 Thread Good Guy
On 02/11/2013 04:15, Jasvir Singh wrote: Hello everyone. Recently I have installed Apache web server on my Ubuntu 13.10, but it's not working properly. Installed version in 2.4.6. when I restart apache it gives following error. http://tinypic.com/r/242ivih/5 Here is my default.conf file