Operating System - HP-UX
1748161 Members
3576 Online
108758 Solutions
New Discussion

how can stop the apache wed server

 
aamir4u
Regular Advisor

how can stop the apache wed server

how can stop the apache wed server and services on hp ux 11.31

 

and start the apache.

Thanks
aamir uddin
4 REPLIES 4
Patrick Wallek
Honored Contributor

Re: how can stop the apache wed server

There is a command called apachectl.  Look at the man page for it.

 

There may also be a start/stop script in /sbin/init.d for your web server.  You can use that as well.

aamir4u
Regular Advisor

Re: how can stop the apache wed server

Hi,

There is no manual entry of apache

 

 

man apchectl

No manual entry for apchectl.

 

Please do needful.

 

 

Thanks
aamir uddin
V. Nyga
Honored Contributor

Re: how can stop the apache wed server

Does /sbin/init.d/hpws_apache exits?

V.
*** Say 'Thanks' with Kudos ***
Yogesh-Puranik
Occasional Advisor

Re: how can stop the apache wed server

Hi,

 

To start apche please check the path of installtion of apache.

 

Usually in hp-ux  you have to use .

 

/opt/hpws/apache/bin/apachectl  stop |start

 

If this is not the path check your .profile file in whcih PATH variable must contains the apache path.

just # cd <apache installed path>/bin

       #./apachectl stop |start.

 

 

Hope this helps !!

 

regds

Yogesh