configuring web server


 
Thread Tools Search this Thread
Operating Systems Solaris configuring web server
# 1  
Old 07-24-2006
configuring web server

Hi,

I need to configure a apache web server.

My server name is www.example.com

I want to use port 7001 for the http requests and not port 80.

I dont want to enter the port number when trying to access this URL.

that is instead of giving www.example.com:7001 ,i want to give only www.example.com

Is there any possibilities for this.

What changes i need to do in httpd.conf to achieve this.

Can any Unix expert help me in this..??
# 2  
Old 07-25-2006
Helo.
Yes. That is possible. You need to configure, anyway, an httpd server listening on port 80, and then redirect to the port you want. I think you could achieve this by configuring virutual hosts, but the config depends on your apache version.
Regards.
# 3  
Old 07-25-2006
The simplest way to achieve this is to use IPFilter to relay traffic from port 80 to whatever port you like. You may need to download it if using Solaris < 10, but it is available by searching the web. I have used it in the past for this very purpose.
# 4  
Old 07-25-2006
Yes, that's true. If you have that possibility, it's the simplest way! Smilie
Login or Register to Ask a Question

Previous Thread | Next Thread

5 More Discussions You Might Find Interesting

1. AIX

websm: configuring embedded Web server ?

Hello, AIX v6.1 TL6 I need to install websm and have problems configuring AIX embedded Web server. In order to install windows client I must download it from AIX server using HTTP. This is from official IBM doc: I am able to launch configassist successfully but there is no word about websm... (0 Replies)
Discussion started by: vilius
0 Replies

2. AIX

configuring NIM server

I have never used NIM. Please help with the steps for configuring NIM server and client. thanks Pchangba (3 Replies)
Discussion started by: pchangba
3 Replies

3. 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

4. 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

5. 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