UK WEB HOSTING FORUM FOR DISCUSSION ON WEB HOSTING SERVICE AND SUPPORT
LINUX HOSTING WINDOWS HOSTING PACKAGES SHOPPING CART OSCOMMERCE ZEN CART AGORA
ECOMMERCE HOSTING ASP MSSQL FRONTPAGE HOSTING PHP MYSQL HOSTING DISCUSSION FORUM
CPANEL RESELLER HOSTING DEDICATED SERVER VPS HOSTING PLESK VIRTUOZZO
Quick Search
Your forum announcement here!

  UK Web Hosting | Dedicated Server Windows and Linux VPS Forum > Technical Support > Tutorials / How to?

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 19-12-2007, 21:39
MonteJon's Avatar
Senior Member
 
Join Date: Jul 2007
Location: Cheshire/London
Posts: 112
Default Apache configuration

Hi all,
I'm having problems configuring my Apache server, it's probably something really simple but I'd appreciate any help or suggestions.

I'm running XP and have "C/D/E" drives with a 120GB external HD which is "F".
My Apache is part of Easyphp and is installed in F.

The address is, F:\easyPHP\EasyPHP 2.0bi\www

When I check the Apache configuration it is set to, #DocumentRoot "${path}/www"
I opened up a new folder on F and called it "myphptest" and I've tried several variations of this for the Apache configuration.
For example, "F://myphptest" and then attempted to check it was working by using http://127.0.0.1/index.php.
Nothing shows in the browser, can anyone put me right please ?
Thanks,
Jon
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Reply With Quote
  #2 (permalink)  
Old 19-12-2007, 22:58
WelshTom's Avatar
Moderator
 
Join Date: May 2007
Location: Newport, Wales
Posts: 870
Send a message via AIM to WelshTom Send a message via MSN to WelshTom Send a message via Yahoo to WelshTom
Default

Is apache running?

Edit: Try making a folder called "www" in your external drive to see if that works
__________________
Thomas Williams

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

Freephone: 0800 622 6352
Reply With Quote
  #3 (permalink)  
Old 20-12-2007, 14:49
MonteJon's Avatar
Senior Member
 
Join Date: Jul 2007
Location: Cheshire/London
Posts: 112
Default Configuration file ?

Hi eUKHost-Thomas,
Hope your well and many thanks for the suggestion ?!
I tried the rename but nothing happened.
I'm just wondering would it help if I were to post the configuration file for you to look at ?
Or would I be better trying something else ?
[like forget it . . .]
Regards,
Jon
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Reply With Quote
  #4 (permalink)  
Old 20-12-2007, 19:27
WelshTom's Avatar
Moderator
 
Join Date: May 2007
Location: Newport, Wales
Posts: 870
Send a message via AIM to WelshTom Send a message via MSN to WelshTom Send a message via Yahoo to WelshTom
Default

Yeh, post the apache config file here and I'll have a look
__________________
Thomas Williams

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

Freephone: 0800 622 6352
Reply With Quote
  #5 (permalink)  
Old 21-12-2007, 16:02
MonteJon's Avatar
Senior Member
 
Join Date: Jul 2007
Location: Cheshire/London
Posts: 112
Default Config file

Hi eUKHost-Thomas,
Thanks so much for your help, your advice was spot-on !
It required a direct link instead of going round the houses as I had it, the external HD did'nt help either.
It also turned out that I had the wrong version so I downloaded and installed version 1.8 and have put it on D:/EasyPHP1-8. [or should that be D:\EasyPHP1-8]

I tried uploading the config file but it exceeds the size allowed so I've cut out what appears to be the pertinent section.

AccessConfig directives here.
#
# The configuration directives are grouped into three basic sections:
# 1. Directives that control the operation of the Apache server process as a
# whole (the 'global environment').
# 2. Directives that define the parameters of the 'main' or 'default' server,
# which responds to requests that aren't handled by a virtual host.
# These directives also provide default values for the settings
# of all virtual hosts.
# 3. Settings for virtual hosts, which allow Web requests to be sent to
# different IP addresses or hostnames and have them handled by the
# same Apache server process.
#
# Configuration and logfile names: If the filenames you specify for many
# of the server's control files begin with "/" (or "drive:/" for Win32), the
# server will use that explicit path. If the filenames do *not* begin
# with "/", the value of ServerRoot is prepended -- so "logs/foo.log"
# with ServerRoot set to "/usr/local/apache" will be interpreted by the
# server as "/usr/local/apache/logs/foo.log".
#
# NOTE: Where filenames are specified, you must use forward slashes
# instead of backslashes (e.g., "c:/apache" instead of "c:\apache").
# If a drive letter is omitted, the drive on which Apache.exe is located
# will be used by default. It is recommended that you always supply
# an explicit drive letter in absolute paths, however, to avoid
# confusion.
#
DocumentRoot: The directory out of which you will serve your
# documents. By default, all requests are taken from this directory, but
# symbolic links and aliases may be used to point to other locations.
#
DocumentRoot "${path}/www"

#
# Each directory to which Apache has access, can be configured with respect
# to which services and features are allowed and/or disabled in that
# directory (and its subdirectories).
#
# First, we configure the "default" to be a very restrictive set of
# permissions.
#
<Directory />
Options FollowSymLinks Indexes
AllowOverride All
</Directory>

I don't know if this is enough to work with ? If not I'll have to work out some other way to show it.
Thanks,
Jon
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Reply With Quote
  #6 (permalink)  
Old 21-12-2007, 19:23
WelshTom's Avatar
Moderator
 
Join Date: May 2007
Location: Newport, Wales
Posts: 870
Send a message via AIM to WelshTom Send a message via MSN to WelshTom Send a message via Yahoo to WelshTom
Default

I'm not really farmiluar with Apache on windows, but all I can gather is that if you make a www folder on your external hard drive, any files within there should be displayed.

Sorry I couldn't be of any more help.
__________________
Thomas Williams

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

Freephone: 0800 622 6352
Reply With Quote
  #7 (permalink)  
Old 21-12-2007, 19:57
MonteJon's Avatar
Senior Member
 
Join Date: Jul 2007
Location: Cheshire/London
Posts: 112
Default

Hi Thomas,
Spot-on and thanks ! I did as you suggested but put the drive address before the "www" so that it was
D:/EasyPHP1-8/www and it worked right away. I then input http://127.0.0.1/index.php and there it was in the browser window, "www" with another folder which I had put in there before called "Test".
So, for someone who isn't too familiar with php you did very well, nice one !
I'm off too celebrate, I'll pour you a double, water and ice sir ?!
Regards,
Jon
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
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


All times are GMT. The time now is 12:22.

 

Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
LinkBacks Enabled by Web Hosting 3.1.0
Copyright © 2001-2008, eUKhost.com. All rights reserved.

 
Site Map

VPS Hosting
VPS Hosting plans

Dedicated Server Hosting
Dedicated Server plans

Business Web Hosting
100% uptime Hosting

Cpanel Hosting
cPanel Shared Hosting

Reseller Hosting
Reseller Web Hosting

Windows Hosting
Windows Shared Hosting

Windows VPS

Windows VPS Hosting

Semi Dedicated Servers
Semi-Dedicated Hosting

Dedicated Server Mirroring
Dedicated Server Mirroring

Webhosting Knowledgebase
Frequently asked Questions

Web Hosting Blog
eUKhost Blog

Web Hosting Support
Support Helpdesk

UK Data Center
eUKhost Datacenter

Web Hosting Forum
eUKhost Forum

Support Tutorials
Online Flash Tutorials

Offsite Back-up Plans
Remote Backup Service

Customer Testimonials
eUK Customer Testimonials


knowledgebase articles

eUKhost.com Services

Pre-Sales Questions
Pre-sales FAQ's

Domain Names
Domain registration FAQ's

cPanel Hosting
cPanel Hosting FAQ's

Windows Web Hosting
Plesk Control Panel

Reseller Hosting
Reseller Hosting FAQ's

VPS Hosting
Virtual Private Server

Semi-Dedicated Servers
Semi-Dedicated FAQ's

Dedicated Servers
Dedicated Server Hosting


popular blog categories


Web Hosting
Website Hosting articles

UK Web Hosting
UK Hosting articles

Dedicated Server Hosting
Dedicated Server guidelines

VPS Hosting
VPS hosting articles

cPanel Hosting
cPanel Hosting articles

Linux Operating System
Linux Operating techniques

Windows Web Hosting
Windows plesk articles