Welcome Guest. Please Login or Register  


You are here: Index > Webuzo > General Support > Topic : Can't run apache on ubuntu 14.04 LTS 64bit Desktop



Threaded Mode | Print  

 Can't run apache on ubuntu 14.04 LTS 64bit Desktop (13 Replies, Read 45876 times)
AminulBD
Group: Member
Post Group: Newbie
Posts: 15
Status:
Hello there,

Today i installed a webuzo on my Ubuntu 14.04 LTS (desktop edition) 64bit in VMware.

I installed LAMP Stack. But Apache can't run. I tried to restart apache in command line then i'm getting this error.

aminul@aminul-vm:~$ sudo service httpd restart
httpd: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1 for ServerName

Can you tell me how to fix this problem?

Thanks in advance!
IP: --   

Can't run apache on ubuntu 14.04 LTS 64bit Desktop
AminulBD
Group: Member
Post Group: Newbie
Posts: 15
Status:
Also i tried remove and reinstall. but i can't get any good result.
IP: --   

Can't run apache on ubuntu 14.04 LTS 64bit Desktop
divij
Group: Member
Post Group: Elite Member
Posts: 290
Status:
Hi,

Quote From : AminulBD April 29, 2014, 5:15 pm


httpd: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1 for ServerName


This is just a friendly warning and not really a problem.

If you insert a

ServerName localhost 

in either httpd.conf and restart apache the notice will disappear.

If you have a name inside /etc/hostname you can also use that name instead of localhost.


IP: --   

Can't run apache on ubuntu 14.04 LTS 64bit Desktop
AminulBD
Group: Member
Post Group: Newbie
Posts: 15
Status:
Hello there,

Apache running but i can't access localhost from same machine or world.

can you tell how can i fix this? other server can work without any problem (Example: Niginx or LIGHTTPD)

here is the link: http://local.designerbd.com/
IP: --   

Can't run apache on ubuntu 14.04 LTS 64bit Desktop
valley
Group: Webuzo Team
Post Group: Super Member
Posts: 1644
Status:
Do you have this subdomain added to Webuzo

http://local.designerbd.com/

Guide : http://www.webuzo.com/wiki/Add_Domain#Add_Sub_Domain

-----------------------
Webuzo : Single User Control Panel
Join Webuzo :
Facebook
Twitter

IP: --   

Can't run apache on ubuntu 14.04 LTS 64bit Desktop
AminulBD
Group: Member
Post Group: Newbie
Posts: 15
Status:
Quote From : valley May 3, 2014, 5:39 am


Please check attached image. I added local.designerbd.com as server main domain. I tested other servers (nginx or light httpd) those are working fine.
IP: --   

Can't run apache on ubuntu 14.04 LTS 64bit Desktop
valley
Group: Webuzo Team
Post Group: Super Member
Posts: 1644
Status:
Quote
Please check attached image. I added local.designerbd.com as server main domain. I tested other servers (nginx or light httpd) those are working fine.


Restart Apache from the terminal as follows
Code
Root > service httpd restart


Do you have apache2 installed by default on Ubuntu ?


-----------------------
Webuzo : Single User Control Panel
Join Webuzo :
Facebook
Twitter

IP: --   

Can't run apache on ubuntu 14.04 LTS 64bit Desktop
AminulBD
Group: Member
Post Group: Newbie
Posts: 15
Status:
Quote From : valley May 7, 2014, 5:10 am
Quote
Please check attached image. I added local.designerbd.com as server main domain. I tested other servers (nginx or light httpd) those are working fine.


Restart Apache from the terminal as follows
Code
Root > service httpd restart


Do you have apache2 installed by default on Ubuntu ?


Hello there,

I restarted but apache didn't give me any error and server not responding from client side or local machine.

I can access webuzo admin panel, but the http port 80 not working.

Here this command i do for restart:
aminul@local:~$ sudo service httpd restart
[sudo] password for aminul:
aminul@local:~$
IP: --   

Can't run apache on ubuntu 14.04 LTS 64bit Desktop
AminulBD
Group: Member
Post Group: Newbie
Posts: 15
Status:
Also i tried to remove apache2 which can installed by default in ubuntu.

But there not installed apache2 by default.

aminul@local:~$ sudo apt-get remove apache2
Reading package lists... Done
Building dependency tree     
Reading state information... Done
Package 'apache2' is not installed, so not removed
The following packages were automatically installed and are no longer required:
  libsigsegv2 m4 procmail sendmail-base sendmail-cf sensible-mda
Use 'apt-get autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 29 not upgraded.
aminul@local:~$
IP: --   

Can't run apache on ubuntu 14.04 LTS 64bit Desktop
valley
Group: Webuzo Team
Post Group: Super Member
Posts: 1644
Status:
Reboot your server for once.

Could I have the output of the following command ?

Code
Root > lsof -i :80




-----------------------
Webuzo : Single User Control Panel
Join Webuzo :
Facebook
Twitter

IP: --   

Can't run apache on ubuntu 14.04 LTS 64bit Desktop
AminulBD
Group: Member
Post Group: Newbie
Posts: 15
Status:
Hello there,

When i re-install os then install webuzo its working fine. But when i upgrade (apt-get upgrade) the os then Apache will not working.

Now i'm installed Ubuntu Latest version then done upgrade (apt-get upgrade) and finally install webuzo,

Now its working fine.

Can you fix this in next release?
IP: --   

Can't run apache on ubuntu 14.04 LTS 64bit Desktop
valley
Group: Webuzo Team
Post Group: Super Member
Posts: 1644
Status:
Quote From : AminulBD April 29, 2014, 5:15 pm
Hello there,

Today i installed a webuzo on my Ubuntu 14.04 LTS (desktop edition) 64bit in VMware.

I installed LAMP Stack. But Apache can't run. I tried to restart apache in command line then i'm getting this error.

aminul@aminul-vm:~$ sudo service httpd restart
httpd: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1 for ServerName

Can you tell me how to fix this problem?

Thanks in advance!


Do you have apache2 installed by default ?
If yes, remove it as follows
Code
Root > apt-get remove apache2


Reboot your vm for once

Hope it helps \m/

Also, the warning you encounter will not cause any trouble and should have the Apache service up and running.


-----------------------
Webuzo : Single User Control Panel
Join Webuzo :
Facebook
Twitter

IP: --   

Can't run apache on ubuntu 14.04 LTS 64bit Desktop
kyakruu
Group: Member
Post Group: Newbie
Posts: 1
Status:
Apache running but i can't access localhost from same machine or world.

-----------------------
=== printable crossword puzzles ===
IP: --   

Can't run apache on ubuntu 14.04 LTS 64bit Desktop
valley
Group: Webuzo Team
Post Group: Super Member
Posts: 1644
Status:
Access it using your IP for once.

-----------------------
Webuzo : Single User Control Panel
Join Webuzo :
Facebook
Twitter

IP: --   

« Previous    Next »

Threaded Mode | Print  



Jump To :


Users viewing this topic
1 guests, 0 users.


All times are GMT. The time now is March 28, 2024, 11:40 am.

  Powered By AEF 1.0.8 © 2007-2008 Electron Inc.Queries: 11  |  Page Created In:0.025