Beefy Boxes and Bandwidth Generously Provided by pair Networks vroom
Just another Perl shrine
 
PerlMonks

Re: setting up a localhost

by AcidHawk (Vicar)
 | Log in | Create a new user | The Monastery Gates | Super Search | 
 | Seekers of Perl Wisdom | Meditations | PerlMonks Discussion | 
 | Obfuscation | Reviews | Cool Uses For Perl | Perl News | Q&A | Tutorials | 
 | Poetry | Recent Threads | Newest Nodes | Donate | What's New | 

on Mar 11, 2004 at 07:11 UTC ( #335738=note: print w/ replies, xml ) Need Help??

in reply to setting up a localhost

In the httpd.conf file there is this explination

# ServerName allows you to set a host name which is sent back to clien +ts for # your server if it's different than the one the program would get (i. +e., use # "www" instead of the host's real name). # # Note: You cannot just invent host names and hope they work. The name + you # define here must be a valid DNS name for your host. If you don't und +erstand # this, ask your network administrator. # If your host doesn't have a registered DNS name, enter its IP addres +s here. # You will have to access it by its address (e.g., http://123.45.67.89 +/) # anyway, and this will make redirections work in a sensible way. # # 127.0.0.1 is the TCP/IP local loop-back address, often named localho +st. Your # machine always knows itself by this address. If you use Apache stric +tly for # local testing and development, you may use 127.0.0.1 as the server n +ame. # ServerName myservername
This will allow me to call http://localhost or http://myservername in the URL

In the same file you also need to make sure that your cgi-bin settings are correct..

# ScriptAlias: This controls which directories contain server scri +pts. # ScriptAliases are essentially the same as Aliases, except that # documents in the realname directory are treated as applications +and # run by the server when requested rather than as documents sent t +o the client. # The same rules about trailing "/" apply to ScriptAlias directive +s as to # Alias. # ScriptAlias /cgi-bin/ "C:/Documents and Settings/Administrator/My +Documents/myweb/cgi-bin/" # # "C:/Program Files/Apache Group/Apache/cgi-bin" should be changed + to whatever your ScriptAliased # CGI directory exists, if you have that configured. # <Directory "C:/Documents and Settings/Administrator/My Documents/m +yweb/cgi-bin"> AllowOverride None Options None Order allow,deny Allow from all </Directory>
Your cgi script shoud go in this dir. On the windows platform make sure you have the #!perl.exe line as the first line of your script, and that perl.exe is in your path.

-----
Of all the things I've lost in my life, its my mind I miss the most.


Comment on Re: setting up a localhost
Select or Download Code
Login:
Password
remember me
What's my password?
Create A New User

Node Status?
node history
Node Type: note [id://335738]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this? | Other CB clients
Other Users?
Others musing on the Monastery: (21)
jdporter
holli
Gavin
JavaFan
CardinalNumber
jwkrahn
kennethk
thezip
Eyck
LanX
hangon
pemungkah
state-o-dis-array
ssandv
draegtun
BenHopkins
MikeDexter
jmccarrell
tomerb
David S
Spakz
As of 2010-02-09 22:51 GMT
Sections?
The Monastery Gates
Seekers of Perl Wisdom
Meditations
PerlMonks Discussion
Categorized Q&A
Tutorials
Obfuscated Code
Perl Poetry
Cool Uses for Perl
Perl News
Information?
PerlMonks FAQ
Guide to the Monastery
What's New at PerlMonks
Voting/Experience System
Tutorials
Reviews
Library
Perl FAQs
Other Info Sources
Find Nodes?
Nodes You Wrote
Super Search
List Nodes By Users
Newest Nodes
Recently Active Threads
Selected Best Nodes
Best Nodes
Worst Nodes
Saints in our Book
Leftovers?
The St. Larry Wall Shrine
Offering Plate
Awards
Craft
Snippets Section
Code Catacombs
Quests
Editor Requests
Buy PerlMonks Gear
PerlMonks Merchandise
Planet Perl
Perlsphere
Use Perl
Perl.com
Perl 5 Wiki
Perl Jobs
Perl Mongers
Perl Directory
Perl documentation
CPAN
Random Node
Voting Booth?

What level of existential comfort do you require?

Palace
Executive suite at the best hotel
Regular hotel in a decent part of town
Motel
Boarding house
Sleeping Bag on Couch in Basement
Any port in a storm
Camping under the freeway overpass
Jail
Other

Results (283 votes), past polls