1753758 Members
4803 Online
108799 Solutions
New Discussion юеВ

Re: Help with Apache

 
SOLVED
Go to solution
Jeffrey F. Goldsmith
Super Advisor

Help with Apache

I am just getting around seeing if I can get Apache working on my server. Apache is installed as well as Tomcat. What do I need to do to get the webadmin to work?

My server is an rp3440-4 with HP-UX 11.23.
6 REPLIES 6
Tvs
Regular Advisor
Solution

Re: Help with Apache

HI.

after installation start the apache service using ./httpd start and check the same using ps -ef | grep httpd

and just find out the server name in httpd.conf .it may be similar to server name
and open a web browser type the same server name you will get a web page
dipesh_2
Regular Advisor

Re: Help with Apache

After configuring the apache
run
/sbin/init.d/apache start
or
/opt/apache/bin/apachectl start

regards.
dipesh
Jeffrey F. Goldsmith
Super Advisor

Re: Help with Apache

The first thing I did was the ps -ef|grep httpd and this is the info I got:

root: / ==> ps -ef|grep httpd
www 14212 14211 0 Jan 4 ? 0:00 /opt/hpws/apache/bin/httpd -d /opt/hpws/apache -k start
www 14213 14211 0 Jan 4 ? 0:00 /opt/hpws/apache/bin/httpd -d /opt/hpws/apache -k start
www 14214 14211 0 Jan 4 ? 0:00 /opt/hpws/apache/bin/httpd -d /opt/hpws/apache -k start
root 14211 1 0 Jan 4 ? 0:26 /opt/hpws/apache/bin/httpd -d /opt/hpws/apache -k start
root 9842 9813 0 08:59:51 pts/ta 0:00 grep httpd
root: / ==> findf httpd.conf


It looks like apache is currently running. Then I looked at the /opt/hpws/apache/conf/httpd.conf file and found the server name was set to the servers IP address.

ServerName 172.16.0.2:80


OK, now for another dumb question. It looks like I have everything setup on my rp3440-4 w/HP-UX 11.23 server. Where do I go from here? I have a windows XP PC on my desk and I connect to the server via the WRQ program Reflections and Refletions X.
How do I use the webbrowser?

Thanks
Tvs
Regular Advisor

Re: Help with Apache

open a webbowser

htp://172.16.0.2:80

you will get a page of HPUX
Tvs
Regular Advisor

Re: Help with Apache

open a webbowser

http://172.16.0.2:80

you will get a page of HPUX
Jeffrey F. Goldsmith
Super Advisor

Re: Help with Apache

I was also having trouble with getting a web browser started too. I thought netscape was installed on my server but couldn't get it to run. Doing some more research I found Mozilla on my server and was able to get it started. Once that was done I was able to reach my server via the server address.

Thanks for the help.