Operating System - Linux
1755609 Members
3561 Online
108836 Solutions
New Discussion юеВ

Re: Installing Apache & MySQL under my home direcctory

 
SOLVED
Go to solution
Neeraj_7
Frequent Advisor

Re: Installing Apache & MySQL under my home direcctory

hi

yes i have verified that also. when i ping the machine it gives the same ip address as that of machine.i guess DNS is okay.
Vid Luther
Advisor

Re: Installing Apache & MySQL under my home direcctory

when you telnet to port 8888 what do you get ?
also check to see port 8888 is allowing inbound connections from outside on the server itself.
Neeraj_7
Frequent Advisor

Re: Installing Apache & MySQL under my home direcctory

yes , i have checked using netstat that the port 8888 is open and accepting inbound connections.
Fred Ruffet
Honored Contributor

Re: Installing Apache & MySQL under my home direcctory

this may not be a DNS problem if you connect to http://IP:8888/

Could you post your http.conf file here ?

Regards,

Fred
--

"Reality is just a point of view." (P. K. D.)
Neeraj_7
Frequent Advisor

Re: Installing Apache & MySQL under my home direcctory

Hi Fred,

i m enclosing my httpd.conf over here. Plz look over & tell me if there is some problem.
Vid Luther
Advisor

Re: Installing Apache & MySQL under my home direcctory

this looks like a generic httpd.conf it should be working.. but just for fun, uncomment the Listen line where it has ipaddress:port

and make it the ipaddress:8888 of the box you want it to be..or just say Listen 8888

I've always used that to move my servers, never the Port feature..
Neeraj_7
Frequent Advisor

Re: Installing Apache & MySQL under my home direcctory

Hi Vid,

U r right, for fun i tried uncommenting that listen line also. That also didn't work. But if though the line is commented, i have checked using netstat that the port 8888 is open for inbound connections because in httpd.conf file , it has been specified as 8888 under port.

Steven E. Protter
Exalted Contributor
Solution

Re: Installing Apache & MySQL under my home direcctory

Just found a syntax error in my config, the hard way at a private customer site.

Ooops!

ServerName chicago50thward.org.com:80

should read

ServerName chicago50thward.org:80

Smiles.

Happens to saladbrains too.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Neeraj_7
Frequent Advisor

Re: Installing Apache & MySQL under my home direcctory

Hello Steven

I am ataching my httpd.conf file over here. Can you plz have a look at it and suggest me if there is any problem. I have tried setting up Virtual host also as seen in file ,(the lines are currently commented), but that also didn't worked.