- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: Installing Apache & MySQL under my home direcc...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2004 06:39 PM
11-29-2004 06:39 PM
can someone of u outline the steps involved and also list down the problems if any.
most importantly has anyone of u tried this thing.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2004 10:04 PM
11-29-2004 10:04 PM
Re: Installing Apache & MySQL under my home direcctory
You won't be able to use a port under 1024 if you're not root. Be carrefull not to use an already used port. Also, be sure there's no FW blocking the port you want.
Regards,
Fred
"Reality is just a point of view." (P. K. D.)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2004 04:59 AM
11-30-2004 04:59 AM
Re: Installing Apache & MySQL under my home direcctory
I checked the httpd processes also, they are also running fine.
Can anyone of you point out the problem which is occuring.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2004 08:47 AM
11-30-2004 08:47 AM
Re: Installing Apache & MySQL under my home direcctory
also, test locally with links or lynx to make sure it's running fine.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2004 02:31 PM
11-30-2004 02:31 PM
Re: Installing Apache & MySQL under my home direcctory
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2004 02:50 PM
11-30-2004 02:50 PM
Re: Installing Apache & MySQL under my home direcctory
If you want to run websites under the /home directory thats a very simple thing to do.
Here is some code from my httpd.conf file.
Here is my documentroot directive:
DocumentRoot "/home/webusers/investmenttool/htdocs"
ServerAdmin sprotter@investmenttool.com
DocumentRoot /web/chicago50thward/htdocs
ServerName chicago50thward.org.com:80
ServerAlias www.chicago50thward.org
ScriptAlias /cgi-bin/ "/web/chicag50thward/cgi-bin/"
ErrorLog logs/chicago50thward.org.error_log
CustomLog logs/chicago50thward.org.access_log common
Notice the location. Change web to /home/web or /home/www or anything else you want.
There we go.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2004 03:07 PM
11-30-2004 03:07 PM
Re: Installing Apache & MySQL under my home direcctory
as said by you i have already installed it under my home directory /home/users/nkumar/apache. I configured it using ./configure --prefix=/home/users/nkumar/apache.
after installation i have changed the port to 8888 and user & group to my user & group in httpd.conf file since there is another apache server running under default port i.e. 80. i have checked the processes , they r running fine.
can you tell me any other thing i have to do.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2004 06:45 PM
11-30-2004 06:45 PM
Re: Installing Apache & MySQL under my home direcctory
perhaps your dns is broken. try to type http://
http://192.168.100.200:8888/
best regards,
johannes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2004 06:48 PM
11-30-2004 06:48 PM
Re: Installing Apache & MySQL under my home direcctory
i have alreday tried http://ipaddress:8888 also , that also gives the same page not found error.
DNS is okay, i have checked with nslookup.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2004 04:46 AM
12-01-2004 04:46 AM
Re: Installing Apache & MySQL under my home direcctory
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2004 02:40 PM
12-01-2004 02:40 PM
Re: Installing Apache & MySQL under my home direcctory
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2004 02:43 PM
12-01-2004 02:43 PM
Re: Installing Apache & MySQL under my home direcctory
also check to see port 8888 is allowing inbound connections from outside on the server itself.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2004 02:52 PM
12-01-2004 02:52 PM
Re: Installing Apache & MySQL under my home direcctory
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2004 11:00 PM
12-01-2004 11:00 PM
Re: Installing Apache & MySQL under my home direcctory
Could you post your http.conf file here ?
Regards,
Fred
"Reality is just a point of view." (P. K. D.)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2004 11:50 PM
12-01-2004 11:50 PM
Re: Installing Apache & MySQL under my home direcctory
i m enclosing my httpd.conf over here. Plz look over & tell me if there is some problem.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2004 11:57 PM
12-01-2004 11:57 PM
Re: Installing Apache & MySQL under my home direcctory
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..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2004 01:15 AM
12-02-2004 01:15 AM
Re: Installing Apache & MySQL under my home direcctory
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2004 03:49 PM
12-02-2004 03:49 PM
SolutionOoops!
ServerName chicago50thward.org.com:80
should read
ServerName chicago50thward.org:80
Smiles.
Happens to saladbrains too.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2004 02:14 AM
12-03-2004 02:14 AM
Re: Installing Apache & MySQL under my home direcctory
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.