[users@httpd] Virtualhost question

2013-01-10 Thread CS DBA
Hi all; I'm setting up a new web server, and I'm pretty good with Linux in general but I am not an apache expert. Here's the overall problem: I have a website (mysite.com) I've installed Scientific linux & configured a base apache install. I setup a virtualhost entry in the http.conf file t

Re: [users@httpd] VirtualHost Question

2011-02-09 Thread IrishStudent76
Hi Eric, I believe that I've sorted the issue, it appears to be the route to the public index page. I'm following a book in learning the zend framework but it appears to have a few typos and lack of information in general. Thanks for your help. Graham Eric Covener wrote: > >> My problem is

Re: [users@httpd] VirtualHost Question

2011-02-07 Thread Eric Covener
> My problem is that if I enter http://sqaure/ I receive a 403 error "You > don't have permission to access / on this server". However if I enter > http://square/public I the default zend framework index.php page appears. What does your error log say? -

Re: [users@httpd] VirtualHost Question

2011-02-07 Thread IrishStudent76
Ok I;m now at the following situation with this. I've edited my settings for Apache by following this page http://foundationphp.com/tutorials/apache22_vhosts.php I have moved my DocumentRoot to c:/htdocs I have created a folder c:/WebDocs. I've edited my httpd-vhosts.conf file to the following

Re: [users@httpd] VirtualHost Question

2011-02-06 Thread IrishStudent76
Hi Eric, I tried your suggestion but all that is displayed still is the itWorks! page not the zend framework page. Any ideas? I'm heading to bed but will answer any replies tomorrow Thanks for your help Graham Eric Covener wrote: > >>    DocumentRoot "C:/Program Files (x86)/Apache Software >

Re: [users@httpd] VirtualHost Question

2011-02-06 Thread Eric Covener
>    DocumentRoot "C:/Program Files (x86)/Apache Software > Foundation/Apache2.2/htdocs/square/public" Try moving your DocumentRoot out of Program Files -- there are some complications when you try to edit files there as a normal user then access them as a service. ---

[users@httpd] VirtualHost Question

2011-02-06 Thread IrishStudent76
Hi all, I'm starting my final project for college, I decided to look at using the zend framework to develop a web app, I was advised in a book on the zend framework to create a vitualhost for my project, which I've done but all I can see is the It Works! message if I try to navigate to the index.