Hello,
I am using "php5" and have installed "suPHP" but now, I have since then
a problem on a Vhost.
[ '/home_www/.Vallendor/.apache2/pgsql.private.tamay-dogan.net' ]---
ServerAdmin [EMAIL PROTECTED]
ServerName pgsql.private.tamay-dogan.net
DocumentRoot
Hi,
For this reason, when two or more of these directives apply to the same
sub-path, you must list the most specific path first in order for all
the directives to have an effect. For example, the following
configuration will work as expected:
Alias /foo/bar /baz
Alias /foo /gaq
arrg,
Andre Hübner wrote:
try to use
Alias /folder1/folder2 /local/path/local/path
in my httpd.conf. All i get is an 404 error.
If i change to:
Alias /folder1 /local/path/local/path
/folder1 is correct maped to /local/path/local/path and requests are ok
I did not found any hint that aliasing with s
apache 2.2.9
Hi,
try to use
Alias /folder1/folder2 /local/path/local/path
in my httpd.conf. All i get is an 404 error.
If i change to:
Alias /folder1 /local/path/local/path
/folder1 is correct maped to /local/path/local/path and requests are ok
I did not found any hint that aliasing with
I think that this has to do with these lines inserted at the top of
the VirtualHost configuration:
AddHandler fcgid-script .php .php5
SuexecUserGroup myuser psacln
DocumentRoot "/var/www/httpdocs/web"
ErrorLog /etc/httpd/logs/dev_error_log
Options Ex
On Fri, Feb 22, 2008 at 3:18 PM, Nick Kew <[EMAIL PROTECTED]> wrote:
> On Fri, 22 Feb 2008 21:07:01 +0100
>
> "thomas Armstrong" <[EMAIL PROTECTED]> wrote:
>
>
> > > There's an entry for that error message on the wiki. Have you
> > > read it?
> >
> > I was reading:
> > http://wiki.apache.org/
On Fri, Feb 22, 2008 at 3:16 PM, thomas Armstrong <[EMAIL PROTECTED]> wrote:
> > This seems to be a problem with your FastCGI configuration. (FastCGI
> > is also probably at fault for returning a 403 without logging
> > something interesting.)
> >
> > You haven't said which FastCGI module y
On Fri, 22 Feb 2008 21:07:01 +0100
"thomas Armstrong" <[EMAIL PROTECTED]> wrote:
> > There's an entry for that error message on the wiki. Have you
> > read it?
>
> I was reading:
> http://wiki.apache.org/httpd/CommonHTTPStatusCodes
>
> But no more explicit info about "403 Forbidden" messages.
> This seems to be a problem with your FastCGI configuration. (FastCGI
> is also probably at fault for returning a 403 without logging
> something interesting.)
>
> You haven't said which FastCGI module you are using, and I don't know
> much about FastCGI in the first place, so I can't help fu
> There's an entry for that error message on the wiki. Have you read it?
I was reading:
http://wiki.apache.org/httpd/CommonHTTPStatusCodes
But no more explicit info about "403 Forbidden" messages.
-
The official User-To-User s
On Fri, 22 Feb 2008 20:37:07 +0100
"thomas Armstrong" <[EMAIL PROTECTED]> wrote:
> > Look again in the apache error logs. There really should be
> > something there. Most likely it is this:
> > http://wiki.apache.org/httpd/13PermissionDenied
>
> I checked error logs again and didn't found any m
On Fri, Feb 22, 2008 at 2:37 PM, thomas Armstrong <[EMAIL PROTECTED]> wrote:
> > Look again in the apache error logs. There really should be something
> > there. Most likely it is this:
> > http://wiki.apache.org/httpd/13PermissionDenied
>
> I checked error logs again and didn't found any mes
I also chmoded all the files to 777 and didn't work.
On Fri, Feb 22, 2008 at 8:37 PM, thomas Armstrong <[EMAIL PROTECTED]> wrote:
> > Look again in the apache error logs. There really should be something
> > there. Most likely it is this:
> > http://wiki.apache.org/httpd/13PermissionDenied
>
> Look again in the apache error logs. There really should be something
> there. Most likely it is this:
> http://wiki.apache.org/httpd/13PermissionDenied
I checked error logs again and didn't found any message.
If I add "ExecCGI" I get a "500 Internal Error" message, with this
line on the err
On Fri, Feb 22, 2008 at 2:26 PM, thomas Armstrong <[EMAIL PROTECTED]> wrote:
> Hi.
>
> Using Apache2 on Linux, I get a "403 Forbidden" error only when I
> access PHP files:
> http://www.domain.com/foo/hello.php
> but it works fine with HTML files
> http://www.domain.com/foo/hello.html
>
> In
Hi.
Using Apache2 on Linux, I get a "403 Forbidden" error only when I
access PHP files:
http://www.domain.com/foo/hello.php
but it works fine with HTML files
http://www.domain.com/foo/hello.html
In addition, PHP scripts work fine on root directory (outside Alias
directories):
http://www.domain.co
Hi
Further to my initial success in aliasing specific files, I have
another problem. If I go to my web homepage (index.php) then the PHP
runs correctly and displays the homepage. However if I click on a link
to access /performance.php, which triggers the following alias to get
the performa
On 10/17/07, thomas Armstrong <[EMAIL PROTECTED]> wrote:
...
> But if I access:
> http://newweb.myproject.com/events/
> I get a 404 error.
What error messages do you see in your error log?
Krist
--
[EMAIL PROTECTED]
[EMAIL PROTECTED]
Bremgarten b. Bern, Switzerland
--
A: It reverses the norma
Hi.
Using Apache 2.0 on Linux (with 'mod_alias' loaded), I want to set an Alias:
/events/ --> /usr/www/myproject/newweb/modules/events/web/
This is part of my 'httpd.conf':
ServerAdmin [EMAIL PROTECTED]
DocumentRoot /usr/www/myproject/
On 7/26/07, Crash Dummy <[EMAIL PROTECTED]> wrote:
> My question is, What the hell is a symbolic link? I have Apache installed on
> Windows 2000, and use aliases to map stuff to the DocumentRoot. Are "symbolic
> links" a purely *nix thing? Can I just ignore them and their related
> directives
> (
-Original Message-
From: news [mailto:[EMAIL PROTECTED] On Behalf Of "Crash" Dummy
Sent: Thursday, July 26, 2007 4:52 PM
To: users@httpd.apache.org
Subject: [EMAIL PROTECTED] Alias versus Symbolic Links
The Apache documentation says,
"There are frequently circumstan
The Apache documentation says,
"There are frequently circumstances where it is necessary to allow web access to
parts of the filesystem that are not strictly underneath the DocumentRoot.
Apache offers several different ways to accomplish this. On Unix systems,
symbolic links can bring other parts o
[snip]
Alias /bugzilla /var//bugzilla/htdocs
[/snip]
... maybe you misspelled the path? Shouldn't it be "Alias /bugzilla /
var/www/bugzilla/htdocs"?
//frank
11 maj 2007 kl. 19.21 skrev j k:
Hi,
I'm trying to set up bugzilla on our server so that it comes up as
http://servername/bugzil
On 5/11/07, Joshua Slive <[EMAIL PROTECTED]> wrote:
On 5/11/07, j k <[EMAIL PROTECTED]> wrote:
> but http://servername/bugzilla doesn't work, gives a 404 everytime.
What -- exactly -- does the error_log say?
Joshua.
I think this is the entry
[Fri May 11 17:11:32 2007] [error] [client myip
On 5/11/07, j k <[EMAIL PROTECTED]> wrote:
but http://servername/bugzilla doesn't work, gives a 404 everytime.
What -- exactly -- does the error_log say?
Joshua.
-
The official User-To-User support forum of the Apache HTTP S
Hi,
I'm trying to set up bugzilla on our server so that it comes up as
http://servername/bugzilla
The main site is on /var/www/localhost/htdocs
and bugzilla is installed at /var/www/bugzilla/htdocs
There are several subdomains as well (don't know if that's pertinent).
Initially I set it up to
Hi
I have problem with proxys on apache, i have two servers and i want to use
one as a firewall an the other as web page server. i've all ready doned,
but, the thing is that apache always returned the same carpet all the time,
no matter what address i put, always redirect me to the first virtual
This may be a long shot, but have you tried getting rid of the
trailing slashes? e.g.:
Alias /news /path/to/codebase/newsletters
--Victor
On 4/26/07, Nikolai Lusan <[EMAIL PROTECTED]> wrote:
Greetings,
Not sure if anyone has seen anything similar to this one ...
I have a number of Alias dir
> Dan Wareham wrote:
> >I am trying to set up the follow two directory mappings
> >Within tags of the httpd.conf file I have placed
> >the following ::
> >
> >Alias /Directory1 "H:\ApplicationFiles\Directory1\"
> >
> ...
> >Alias /Directory1 "H:\ApplicationFiles\Directory2\"
> >
On 13.03.07 11:4
Dan Wareham wrote:
I am trying to set up the follow two directory mappings
Within tags of the httpd.conf file I have placed
the following ::
Alias /Directory1 "H:\ApplicationFiles\Directory1\"
...
Alias /Directory1 "H:\ApplicationFiles\Directory2\"
...
In addition to checking that you
Hi Dan,
Are you definitely loading the alias_module?
Also, when you restart apache, is it complaining about anything in the
error log?
Best,
Jesse Ross
Dan Wareham wrote:
Hello,
I wonder if someone might please help me with the follow problem??
I am trying to set up the follow two direct
Hello,
I wonder if someone might please help me with the follow problem??
I am trying to set up the follow two directory mappings ::
http://localhost/Directory1/
http://localhost/Directory2/
Within tags of the httpd.conf file I have placed the
following ::
Alias /Directory1 "H:\ApplicationFi
> -Original Message-
> From: Gunivortus Goos [mailto:[EMAIL PROTECTED]
> Sent: Sunday, October 08, 2006 10:15 AM
> To: users@httpd.apache.org
> Subject: [EMAIL PROTECTED] Alias - html problem
>
> Hello ,
>
> In my httpd.conf is configured:
> -Original Message-
> From: Gunivortus Goos [mailto:[EMAIL PROTECTED]
> Sent: Saturday, October 07, 2006 4:16 PM
> To: users@httpd.apache.org
> Subject: [EMAIL PROTECTED] alias
>
> Hello,
>
> in my httpd.conf is:
>
> Alias /mp3down/ "H:/mp3/&q
Hello ,
In my httpd.conf is configured:
Alias /mp3am/ "E:/mp3/"
AllowOverride AuthConfig
In the directory E:/mp3 there's a html file, nice configured.
It should look like this:
FilenameSize
--
Hello,
in my httpd.conf is:
Alias /mp3down/ "H:/mp3/"
However, I needed to spread the files on two drives
now, so I have now: H:\mp3 and E:\mp3
I want to add that E:\mp3 too the same way. What is then
the right syntax?
--
Best regards,
Gunivortus
--
On 9/9/06, chipmonkeys <[EMAIL PROTECTED]> wrote:
Hello,
I've downloaded and installed the latest version of Apache on my PC, so I
can learn to use PHP and MySQL.
I've entered http://localhost/ in my browser and get the "It works".
In testing the alias directive I've included in the config fi
Hello,
I've downloaded and installed the latest version of Apache on my PC, so I
can learn to use PHP and MySQL.
I've entered http://localhost/ in my browser and get the "It works".
In testing the alias directive I've included in the config file, the browser
opens a page with "You are not a
UseCanonicalNames Off
On 8/26/06, Chris Dagnon <[EMAIL PROTECTED]> wrote:
Here is hopefully a succinct re-statement of my current problem:
I had a website setup and it was working fine using VirtualHost ProxyPass
to forward to another port and a server-level Alias+Directory pair to
forward all
Here is hopefully a succinct re-statement of my current problem:
I had a website setup and it was working fine using VirtualHost ProxyPass
to forward to another port and a server-level Alias+Directory pair to
forward all image requests to a concrete, common directory.
Now that I've added SSL into
I think you might need to include php files that are "out of the
kitchen" so to speak
via a php file that is in the www area
Thanks,
Boysenberry
boysenberrys.com | habitatlife.com | selfgnosis.com
On Jul 24, 2006, at 10:14 AM, Pieter Vanmeerbeek wrote:
Hi,
I'm trying to redirect a spec
Hi,
I'm trying to redirect a specific URL (for example
http://example.com/trigger/username) to a specific script on disk (rewrite
to /libexec/pfb.php?user=username).
The document root is set to /testing.
Now I want my script (pfb.php) to be stored outside my document root but
still accessible
> -Original Message-
> From: Matus UHLAR - fantomas [mailto:[EMAIL PROTECTED]
>
> > You can also look at AddHandler
> > (http://httpd.apache.org/docs/2.2/mod/mod_mime.html#addhandler) to
> > extend CGI to all .cgi files.
>
> I wonder why didn't you start with this ;)
And I wonder why you
On 18.07.06 11:48, Boyle Owen wrote:
> It is not a great idea to mix static and CGI content in the same
> directory since a simple misconfiguration can put your code on the web.
I don't think this is a problem. or, better said, such problem can appear
anywhere (e.g. just rename .php to something e
Thank You
It works fine!!!
- Original Message -
From: "Boyle Owen" <[EMAIL PROTECTED]>
To:
Sent: Tuesday, July 18, 2006 11:48 AM
Subject: RE: [EMAIL PROTECTED] Alias or ScriptAlias ?
Something like this might work:
Options ExecCGI
SetHandler cgi-script
> -Original Message-
> From: Mauro [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, July 18, 2006 11:28 AM
> To: users@httpd.apache.org
> Subject: [EMAIL PROTECTED] Alias or ScriptAlias ?
>
> Hi all,
> I have my server with its document root running.
> Now
Hi all,
I have my server with its document root
running.
Now I would like to add another directory in
which:
every user go to www.myserver.mine/mydir/ execute
/myserver/mydir/script.cgi
In this directory there are also some subdirs with
css, icons and html pages I would like web server sho
PROTECTED] Sent: Donnerstag, 13. Juli 2006
11:26To: users@httpd.apache.orgSubject: [EMAIL PROTECTED]
Alias Directive on Apache 2.2
Hello, It
seems that reverse mappings have higher priority than aliases.
I have this setup: Alias /oto/images /opt/myapp/oto/images ProxyPass /oto http://m
Hello,
It seems that reverse mappings have higher priority
than aliases.
I have this setup:
Alias /oto/images /opt/myapp/oto/images
ProxyPass /oto http://my.host.com/oto
ProxyPassReverse /oto http://my.host.com/oto
The alias is ignored, '/oto/images' is mapped to remote 'http://my.host.com/ot
I have CPanel, and i have added an Addon to my Cpanel. Logging for that
domainA.com works.
I then add an alias to httpd.conf to have domainB.com linked to a folder
under my Cpanel's folder (one of domainA.com's subfolder).
Where wil the access.log for domainB.com logged?
Thanks!
---
On 1/30/06, Brian E Miller <[EMAIL PROTECTED]> wrote:
>
> I want to call squirrelmail from the browser
> http://www.hingedmind.com/mindmail
>
> The actual path is /srv/www/htdocs/hingedmind/squirrelmail-1.4.5/src or
> http://www.hingedmind.com/squirrelmail-1.4.5/src/index.php
>
> The document root
I have been looking at this for several days. No matter how I configure,
I still get either "Object not found" or "Permission denied" depending on
the configuration.
You would think that this would be straight forward. I have searched and
read and everything should be working.
Any suggestions
I have been looking at this for several days. No matter how I configure,
I still get either "Object not found" or "Permission denied" depending on
the configuration.
You would think that this would be straight forward. I have searched and
read and everything should be working.
Any suggestions
> -Original Message-
> From: shaun [mailto:[EMAIL PROTECTED]
> Sent: Freitag, 27. Januar 2006 10:35
> To: users@httpd.apache.org
> Subject: [EMAIL PROTECTED] alias domains
>
> Hi
>
>
>
> I need to set up a server that will allow me to use
> www.d
Hi
I need to set up a server that will allow me to use www.domain.co.za as well as www.name.domain.co.za and name.domain.co.za.
Which files do I edit and how do I go about setting this up.
The server currently only recognizes www.domain.co.za
and domain.co.za.
Thank You
Shaun
On 9/29/05, Simon Taylor <[EMAIL PROTECTED]> wrote:
>
> I am experiencing odd behaviour on our prod box when what i want to happen
> works on our dev box.
Sorry, but this problem description is too difficult to parse for me
(and apparently others, given the general lack of response).
Just for
I am experiencing
odd behaviour on our prod box when what i want to happen works on our dev
box.
What we are trying
to achieve is to hit the index.html in the root of a virtual host and have that
file redirect the browser to another page - a jsp - and then after that page it
should redirect
Trystan Hughes wrote:
Hi all,
I want to create an Alias in the apache httpd.conf file and have done
so like this
Alias /test_alias/ "C:\Documents and Settings\Trystan\My Documents\"
So, what this should effective do is to print the directory contents
of 'My Documents' directory when I enter
On 9/26/05, Trystan Hughes <[EMAIL PROTECTED]> wrote:
> Hi all,
>
> I want to create an Alias in the apache httpd.conf file and have done
> so like this
>
>
> Alias /test_alias/ "C:\Documents and Settings\Trystan\My Documents\"
>
Two notes already:
1. Don't put something in an block unless you
Hi all,
I want to create an Alias in the apache httpd.conf file and have done
so like this
Alias /test_alias/ "C:\Documents and Settings\Trystan\My Documents\"
So, what this should effective do is to print the directory contents
of 'My Documents' directory when I enter the following URL into m
Hi.
I'm trying to duplicate a server setup from one machine running Redhat
9.0 and Apache 2.0.44 to a machine running
Red Hat Enterprise 2.6.9-5.0.5.Elsmp and Apache 2.0.52
The machine was setup, and Apache test page works correctly, tarred over
relevant user directories and Apache conf.d files.
61 matches
Mail list logo