Forum     

Go Back   Digit Technology Discussion Forum > Software > Open Source
Register FAQ Calendar Mark Forums Read

Open Source A place where you can talk to like-minded people about the fastest growing software movement today! Discuss anything and everything about Open Source software and Operating Systems.


Closed Thread
 
LinkBack Thread Tools Display Modes
Old 31-07-2005, 01:43 AM   #1 (permalink)
String Phreak
 
mediator's Avatar
 
Join Date: Mar 2005
Location: In ur Evil Mind!
Posts: 2,457
Default HTTP SERVER on FEDORA 3 ???


Hi guys! I have IIS installed on windows, but want to run http server on linux!
I want to know the steps to do that and whether we have to make any alias like we do for IIS!
mediator is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 31-07-2005, 10:07 AM   #2 (permalink)
In The Zone
 
firewall's Avatar
 
Join Date: Mar 2004
Location: Kolkata - INDIA
Posts: 301
Default

on Fc3 you can run Apache as your web server. Apache is started and stopped with the following command

Code:
service httpd start
all Apache-specific configuration parameters are now stored in httpd.conf

There are two ways to edit Apache's server configuration: Using a graphical tool ("Applications" » "System Settings" » "Server Settings" » "HTTP") or using a text editor to edit the httpd.conf file directly. Before using the graphical tool, be sure to make a backup copy of your configuration file as any changes made outside of the graphical tool can be overwritten.

__________________
www.aloke.info
firewall is offline  
Old 03-08-2005, 01:19 AM   #3 (permalink)
CCIE# 20863
 
Join Date: Dec 2004
Location: Outside the Matrix
Posts: 166
Default

U need to make dns entries and set up hostname and domain name 4 httpd.conf to work.
__________________
Bugs can neither be created nor be removed from software by a developer. They can only be converted from one form to another. The total number of bugs in the software always remain constant.
theKonqueror is offline  
Old 03-08-2005, 01:27 AM   #4 (permalink)
FooBar Guy
 
GNUrag's Avatar
 
Join Date: Jun 2004
Location: GNUmbai
Posts: 1,245
Default

Quote:
Originally Posted by theKonqueror
U need to make dns entries and set up hostname and domain name 4 httpd.conf to work.
Says who?
All Webservers can run on localhost, as well as on a LAN if it exists without the need of DNS entries or hostnames .
__________________
- --
http://web.gnuer.org
GNUrag is offline  
Old 15-08-2005, 11:55 PM   #5 (permalink)
String Phreak
 
mediator's Avatar
 
Join Date: Mar 2005
Location: In ur Evil Mind!
Posts: 2,457
Default

Alright i got The server running by defaults. But now i want to add aliases and virtual hosts. I need step by step details
__________________
Bad Bad server.....No candy for u!
mediator is offline  
Old 16-08-2005, 02:04 PM   #6 (permalink)
Version 2.0
 
Deep's Avatar
 
Join Date: Jan 2004
Location: Mumbai
Posts: 977
Default

this is what you need to do in the httpd.conf to add virtualhost

Code:
  <VirtualHost IP Address>
       ServerAdmin webmaster@example.com
       DocumentRoot /home/websites/example.com
       ServerName example.com
       ServerAlias example.com www.example.com    
   </VirtualHost>
__________________
- Deep Ganatra -
www.whoisdeep.com
www.twitter.com/DeepXP/
Deep is offline  
Old 17-08-2005, 12:44 PM   #7 (permalink)
String Phreak
 
mediator's Avatar
 
Join Date: Mar 2005
Location: In ur Evil Mind!
Posts: 2,457
Default

That was nice, but i want loopback like localhost!
The problem is localhost is /var/www/html
so i want to add alias say "me" so that whenever i do
"http://me/" it goes to /home/www/
__________________
Bad Bad server.....No candy for u!
mediator is offline  
Old 17-08-2005, 12:48 PM   #8 (permalink)
Version 2.0
 
Deep's Avatar
 
Join Date: Jan 2004
Location: Mumbai
Posts: 977
Default

Code:
  <VirtualHost *> 
       ServerAdmin webmaster@me.com 
       DocumentRoot /home/www/ 
       ServerName me.dev 
       ServerAlias me.dev www.me.dev
   </VirtualHost>
and then add this in UR machine's host file...

Code:
SERVERIP     me
Deep
__________________
- Deep Ganatra -
www.whoisdeep.com
www.twitter.com/DeepXP/
Deep is offline  
Closed Thread

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


 
Latest Threads
- by Charan
- by Charan

Advertisement




All times are GMT +5.5. The time now is 04:55 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2