![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Enabling 64 bit | Netghost | AIX | 3 | 04-13-2007 11:19 AM |
| Enabling NTP .... | ArabOracle.com | SUN Solaris | 2 | 01-16-2007 02:00 AM |
| Enabling Far in GCC | svh | High Level Programming | 1 | 02-08-2006 06:07 AM |
| Resolving port 8080 in DNS | korfnz | IP Networking | 1 | 10-18-2004 03:42 PM |
| Enabling Rexec ???? | raichuu | UNIX for Dummies Questions & Answers | 1 | 02-26-2002 04:25 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
| Forum Sponsor | ||
|
|
|
||||
|
Just make sure that the Listen directive within httpd.conf is set to whatever port you want to use, e.g.
Listen 8080 Also; ensure that the following directive is inside httpd.conf too... ServerName localhost:8080 This is all assuming that you just want to browse to this via your LAN and you have no domain, etc.... If you're just running a single "site" locally on your server then there's no real need for a VirtualHost at all. Out of interest - you say that port 80 is already in use - what is already using this port? This is reserved for http and unless you've got another HTTP server running this port should be free for Apache to use. Do "apachectl restart" after editing httpd.conf. Cheers ZB |
|
||||
|
to answer dangrals question I am from within my network.. . and to answer zazzybobs question I actually downloaded the apache I am running at this point so there may have been another apache preinstalled if so what should i do to get back port 80.. also it may be have been accidentally used on a samba configuration.. once again how would i go about getting this port back.. one last thing for zazzybob if you could please fill me in a little more on what you mentioned on virtual hosts not needing it and so on?
thanx moxxx68
__________________
moxxx68 http://www.estarinformado.com.ar/apicmaxmiel/bee-diez.gif |
||||
| Google The UNIX and Linux Forums |