web server installed?


 
Thread Tools Search this Thread
Operating Systems HP-UX web server installed?
# 1  
Old 10-22-2007
web server installed?

Hi,

I need to check whether webserver is installed in my UNIX box or not
Can some one please help me (command?)

Thanks
# 2  
Old 10-22-2007
Assuming that you are on a HP-UX box, you can use SAM to see what optional software packages are installed. Another way is to look through /opt. For example, the Apache web server is typically installed in /opt/apache/ or /opt/hpws/apache/
# 3  
Old 10-23-2007
Many thanks, and I could see some folders related to Apache.

byfusp01 $ pwd
/opt/hpws/apache
byfusp01 $ ll
total 256
-r--r--r-- 1 bin bin 16413 Apr 8 2004 GETTING_STARTED
drwxr-xr-x 2 bin bin 8192 Feb 17 2005 LICENSES
drwxr-xr-x 2 bin bin 8192 Feb 17 2005 bin
drwxr-xr-x 3 bin bin 8192 Feb 17 2005 build
drwxr-xr-x 2 bin bin 96 Feb 17 2005 cgi-bin
drwxr-xr-x 4 bin bin 8192 Feb 17 2005 conf
drwxr-xr-x 3 bin bin 8192 Feb 17 2005 error
drwxr-xr-x 3 bin bin 8192 Feb 17 2005 hpws_docs
drwxr-xr-x 2 www other 8192 Feb 17 2005 htdocs
drwxr-xr-x 3 bin bin 8192 Feb 17 2005 icons
drwxr-xr-x 2 bin bin 8192 Feb 17 2005 include
drwxr-xr-x 3 bin bin 8192 Feb 17 2005 lib
drwxr-xr-x 2 www other 96 Feb 17 2005 logs
drwxr-xr-x 4 bin bin 96 Feb 17 2005 man
drwxr-xr-x 13 bin bin 8192 Feb 17 2005 manual
drwxr-xr-x 2 bin bin 8192 Feb 17 2005 modules
dr-xr-xr-x 4 bin bin 96 Feb 17 2005 newconfig
drwxr-xr-x 7 bin bin 96 Feb 17 2005 php
drwxr-xr-x 6 bin bin 96 Feb 17 2005 stunnel
drwxr-xr-x 2 bin bin 8192 Feb 17 2005 util
drwxr-xr-x 6 bin bin 96 Feb 17 2005 webproxy

Actually i was trying to send mails using the command mailx -s "subject" abc@xyz.com,
but i was advised to check whether webserver is installed or not?
Is ther a requirement to start this apache server or will it be already up & running?

My ultimate aim is to send e-mails. Appreciate if you could help me.

many thanks
# 4  
Old 10-23-2007
If you want to send emails you need to ensure that your system's sendmail is working. A couples of ways to check:

ps -ef | grep sendmail
mailq -v

HP-UX 11.20 ships with sendmail version 8.11.1. HP-UX 11.11 - version 8.9.3.1. HP-UX 11.00 and 10.20 = version 8.7.1.1. Sight differences between each version.

Look on docs.hp.com for the appropriate sendmail configuration documentation
# 5  
Old 11-06-2007
fpmurphy,

I am checking with our unix team for starting the apache server.
Do we need to install 'mail server' so that we can use mailx command?

Thanks
Login or Register to Ask a Question

Previous Thread | Next Thread

4 More Discussions You Might Find Interesting

1. Homework & Coursework Questions

Configure the AD Window server with Linux server(google Authenticator is installed)

Hi my name is Manju. ->I have configure the two way authentication on my linux server. ->Now I am able to apply two way authenticator on particuler user. ->Now I want to map this linux server to my AD server. ->Kindly tell me how to map AD(Active Directory) with this linux server. ... (2 Replies)
Discussion started by: manjusharma128
2 Replies

2. UNIX for Dummies Questions & Answers

Web Server - uploading Frontpage web - will there be problems??

hiya All, New to this Web site stuff. Will be installing Fedora's latest O/S (including Apache) - onto a spare PC Then... Gulp... setting up a Web server. Designing a Web site using WINDOWS FRONT PAGE 2002: * Simply easiest/quickiest way to knock up a basic site. * There won't be... (6 Replies)
Discussion started by: marty 600
6 Replies

3. UNIX for Dummies Questions & Answers

Web browser and web server for Unix

Hi there all I am looking for both a web browser as well as a web server (Ie. Netscape Fasttrack) that will run on HPUX 10. If you know where I can get these free via FTP, please contact me as soon as possible!! Thanks, Mark (1 Reply)
Discussion started by: mleathers
1 Replies

4. UNIX for Dummies Questions & Answers

Dynamic web pages for Unix Web Server

Hi, my company is considering a new development of our web site, which used to run on Apachi over Solaris. The company who is going to do this for us knows only about developing it in ASP. I guess this means we'll have to have another ISS server on NT for these dynamic pages :( What are... (5 Replies)
Discussion started by: me2unix
5 Replies
Login or Register to Ask a Question