Welcome to Tech Support Forum home to more then 136,000 problems solved. Issues have included: Spyware, Malware, Virus Issues, Windows, Microsoft, Linux, Networking, Security, Hardware, and Gaming Getting your problem solved is as easy as:
1. Registering for a free account
2. Asking your question
3. Receiving an answer

Registered members:
* Get free support
* Communicate privately with other members (PM).
* Removal of this message
* See fewer ads.
* And much more..

 



Want to know how to post a question? click here Having problems with spyware and pop-ups? First Steps
Go Back   Tech Support Forum > Networking Forum > Networking Support
User Name
Password
Site Map Register Donate Rules Blogs Mark Forums Read


Networking Support General Networking Support Forum

Reply
 
LinkBack Thread Tools
Old 07-07-2008, 11:26 AM   #1 (permalink)
Registered User
 
Join Date: Mar 2007
Location: North East England
Posts: 128
OS: Ubuntu, Knoppix, XP. Vista.


Send a message via Skype™ to Ex-Para
Apache directions not understood.

Configuring Apache
First go to the Start menu and go to "My Documents". Make a new folder there called "My Website". This is where you're going to store your web pages and CGI programs.

Next you need to modify the Apache configuration file to tell it where your pages are, and enable CGI programs. Go back to the Start menu and navigate to All Programs > Apache HTTP Server > Configure Apache Server > Edit the Apache httpd.conf Configuration file. The config file will be opened for you in Notepad.

Scroll down (or use Find) until you get to the UserDir section of the file. It should have a line like this:


UserDir "My Documents/My Website"
I don’t quite know what is meant in the below information, does it mean copy the text into notepad and I do not see any pound signs.

Be great full if anyone can help.

Ex-para

UK


Apache 2.2 doesn't have a UserDir section
If you're using Apache 2.2, you'll have to ADD the UserDir line and the Directory section ( see below ). See http://httpd.apache.org/docs/2.2/mod/mod_userdir.html for more info on this.

Scroll down just past that and you'll come to a commented section for Directory:


#<Directory "C:/Documents and Settings/*/My Documents/My Website">
# AllowOverride FileInfo AuthConfig Limit
# Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec
# <Limit GET POST OPTIONS PROPFIND>
# Order allow,deny
# Allow from all
# </Limit>
# <LimitExcept GET POST OPTIONS PROPFIND>
# Order deny,allow
# Deny from all
# </LimitExcept>
#</Directory>


Uncomment this entire section (by removing the pound signs at the beginning of each line), and change the Options line to this:


Options MultiViews Indexes SymLinksIfOwnerMatch Includes ExecCGI
Ex-Para is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Important Information
Join the #1 Tech Support Forum Today - It's Totally Free!

TechSupportForum.com is a leading support website for your computer needs. We offer free, friendly and personalized computer support. Why pay to have your computer fixed when you can do it for free.

Join TechSupportforum.com Today - Click Here

Old 07-07-2008, 12:41 PM   #2 (permalink)
Registered User
 
Join Date: Jul 2008
Posts: 12
OS: Vista


Re: Apache directions not understood.

I never configured Apache on my own but I have used XXAMP which is an Apache/MySQL/PHP installer that gets everything up and running in <2min.

http://www.apachefriends.org/en/xampp.html

Hope that helps you..
ripcurlksm is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 07-07-2008, 01:32 PM   #3 (permalink)
Registered User
 
Join Date: Jun 2008
Posts: 180
OS: win xp, vista, linux


Re: Apache directions not understood.

good advice WAMP does the same also has a built in admin GUI which is easy to use,
NeilF is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 07-08-2008, 04:39 AM   #4 (permalink)
Registered User
 
Join Date: Mar 2007
Location: North East England
Posts: 128
OS: Ubuntu, Knoppix, XP. Vista.


Send a message via Skype™ to Ex-Para
Re: Apache directions not understood.

Thanks for the replies, I have tried xampp and got the control panel but I just could not figure how to get my website on the net with it. I also have dyndns updater but again same thing, I could get a page about my router when trying to get my site and that was it. I would be very obliged if you could point me in the right direction in getting on the web.

I built the site myself and had it for two years but paying a host to have it on the net, I was able to keep it up to date myself but it served its purpose and I haven’t used it for some time. Now I wish to use it again to inform some people in West Africa of some items I have available, they are roughly on the same time as me so it would matter if it was not on the web all the time if they could not see it one time they could another. I am using a laptop with XP Prof that I now have little use for to have the site on but I need to no how to get it on, as I am defiantly missing something .
Ex-Para is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 07-08-2008, 08:30 AM   #5 (permalink)
Manager, Networking Forums
 
johnwill's Avatar
 
Join Date: Sep 2002
Location: S.E. Pennsylvania, US
Posts: 41,969
OS: Windows 7, XP-Pro, Vista, Linux


Blog Entries: 1
Re: Apache directions not understood.

Did you forward the correct ports through your router? Are you SURE your ISP doesn't block port 80, many do.
__________________
If TSF has helped you, Tell us about it! or Donate to help keep the site up!

Microsoft MVP - Windows Desktop Experience
johnwill is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 07-08-2008, 09:55 AM   #6 (permalink)
Registered User
 
Join Date: Mar 2007
Location: North East England
Posts: 128
OS: Ubuntu, Knoppix, XP. Vista.


Send a message via Skype™ to Ex-Para
Re: Apache directions not understood.

I asked British Telecom the people who I have my broadband and router from about Port 80 and they remotely took over my computer and typed http://www.port80.com/
and a port 80 page came up on the computer proving they said it was open. With xampp four of the programs were running but one was not but I think the main ones where. As far as forwarding the correct ports through the router this I do not know how to do and would very much like to have this information if possible.

Thank you for the reply.

ex-para

UK
Ex-Para is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 07-08-2008, 10:09 AM   #7 (permalink)
Registered User
 
Join Date: Jul 2008
Posts: 12
OS: Vista


Re: Apache directions not understood.

Wish I could help more, thats all I know!
ripcurlksm is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 07-08-2008, 12:23 PM   #8 (permalink)
Registered User
 
Join Date: Jun 2008
Posts: 180
OS: win xp, vista, linux


Re: Apache directions not understood.

#<Directory "C:/Documents and Settings/*/My Documents/My Website">
# AllowOverride FileInfo AuthConfig Limit
# Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec
# <Limit GET POST OPTIONS PROPFIND>
# Order allow,deny
# Allow from all
# </Limit>
# <LimitExcept GET POST OPTIONS PROPFIND>
# Order deny,allow
# Deny from all
# </LimitExcept>
#</Directory>

On the first line remove the Hash sign and enter the path to FQP to your web Folder, this will then be the path Apache looks at as Web server root
NeilF is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 07-10-2008, 09:36 AM   #9 (permalink)
Manager, Networking Forums
 
johnwill's Avatar
 
Join Date: Sep 2002
Location: S.E. Pennsylvania, US
Posts: 41,969
OS: Windows 7, XP-Pro, Vista, Linux


Blog Entries: 1
Re: Apache directions not understood.

Quote:
Originally Posted by Ex-Para View Post
I asked British Telecom the people who I have my broadband and router from about Port 80 and they remotely took over my computer and typed http://www.port80.com/
and a port 80 page came up on the computer proving they said it was open. With xampp four of the programs were running but one was not but I think the main ones where. As far as forwarding the correct ports through the router this I do not know how to do and would very much like to have this information if possible.

Thank you for the reply.

ex-para

UK
That comes up on my computer too, and I know for a fact that Verizon blocks port 80 here. Try a ShieldsUp scan and see what it says about Port 80.
__________________
If TSF has helped you, Tell us about it! or Donate to help keep the site up!

Microsoft MVP - Windows Desktop Experience
johnwill is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Reply


Thread Tools

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 Off
Pingbacks are Off
Refbacks are Off




All times are GMT -7. The time now is 01:07 PM.



Copyright 2001 - 2009, Tech Support Forum
Home Tips Plus | Outdoor Basecamp | Automotive Support Forum

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85