On Fri, Nov 28, 2008 at 1:02 PM, Andrew Connick
<[EMAIL PROTECTED]> wrote:
> Also, as it stands, I get an internal server error, which I can fix by
> uncommenting #RewriteRule ROOT/ - [L] but why is this line needed ?
You problem is due to the way RewriteRules are processed in a
.htaccess file
Due to tomcat (& hosting) problems, I want to redirect everything except
files ending in .jsp and .do to a ROOT/ directory
So I have a .htaccess file as :
___
DirectoryIndex redirect.html
RewriteEngine on
# Redirect directory index to home page
R
gt; Subject: RE: [EMAIL PROTECTED] Problems with .htaccess file
>
> > -Original Message-
> > From: Reynier Perez Mira [mailto:[EMAIL PROTECTED]
> > Sent: Saturday, November 15, 2008 9:30 AM
> > To: users@httpd.apache.org
> > Subject: RE: [EMAIL PROTECTED] Pr
> -Original Message-
> From: Reynier Perez Mira [mailto:[EMAIL PROTECTED]
> Sent: Saturday, November 15, 2008 9:30 AM
> To: users@httpd.apache.org
> Subject: RE: [EMAIL PROTECTED] Problems with .htaccess file
>
> Hi, sorry for this late but I was busy with some oth
Hi, sorry for this late but I was busy with some other things. Now answer every
one of yours questions:
> What do you have DocumentRoot set to for this VirtualHost?
/var/www/webacula/html
> In what
> directory is the .htaccess file located?
/var/www/webacula/html/.htaccess
> In what directory i
TED]
Sent: Thursday, November 13, 2008 2:10 PM
To: users@httpd.apache.org
Subject: Re: [EMAIL PROTECTED] Problems with .htaccess file
Actually, a leading / in a condition will work just fine in the htaccess
/ directory / location context. You need to remove it from a
RewriteRule, if present.
Fran
Reynier Perez Mira wrote:
You will have to add the RewriteLogLevel and RewriteLog directives (they
do not appear in a default apache config). They can be set within the
global apache config or the VirtualHost directive. The purpose of the
logs is not to eliminate the error, but to try to see how
ECTED]
Sent: Thursday, November 13, 2008 1:59 PM
To: users@httpd.apache.org
Subject: RE: [EMAIL PROTECTED] Problems with .htaccess file
You will have to add the RewriteLogLevel and RewriteLog directives (they
do not appear in a default apache config). They can be set within the
global apache c
> -Original Message-
> From: Hollie Hollis [mailto:[EMAIL PROTECTED]
> Sent: Thursday, November 13, 2008 3:02 PM
> To: users@httpd.apache.org
> Subject: RE: [EMAIL PROTECTED] Problems with .htaccess file
> Because this is in a .htaccess file rather than in the main apac
s|ico|gif|jpg|png|css)$ index.php
-Original Message-
From: Reynier Perez Mira [mailto:[EMAIL PROTECTED]
Sent: Thursday, November 13, 2008 1:59 PM
To: users@httpd.apache.org
Subject: RE: [EMAIL PROTECTED] Problems with .htaccess file
> You will have to add the RewriteLogLevel and Re
> You will have to add the RewriteLogLevel and RewriteLog directives (they
> do not appear in a default apache config). They can be set within the
> global apache config or the VirtualHost directive. The purpose of the
> logs is not to eliminate the error, but to try to see how the URLs are
> being
Reynier Perez Mira wrote:
Try increasing your RewriteLogLevel (something like RewriteLogLevel 3)
in your apache config (you may have to set RewriteLog also). Then look
through the log to see exactly how it is rewriting the request.
Where I change these values? I look in apache2.conf file a
> Try increasing your RewriteLogLevel (something like RewriteLogLevel 3)
> in your apache config (you may have to set RewriteLog also). Then look
> through the log to see exactly how it is rewriting the request.
Where I change these values? I look in apache2.conf file and nothing like
"RewriteLog
Reynier Perez Mira wrote:
You can add an
exception before it to avoid this
RewriteCond %{REQUEST_URI} !^/index\.php$
RewriteRule !\.(js|ico|gif|jpg|png|css)$ index.php
Well, now my .htaccess file is this:
php_flag magic_quotes_gpc off
php_flag register_globals off
RewriteEngine On
Rewri
> You can add an
> exception before it to avoid this
>
> RewriteCond %{REQUEST_URI} !^/index\.php$
> RewriteRule !\.(js|ico|gif|jpg|png|css)$ index.php
>
Well, now my .htaccess file is this:
php_flag magic_quotes_gpc off
php_flag register_globals off
RewriteEngine On
RewriteBase /webacula
Rew
Reynier Perez Mira wrote:
Hi every:
I'm newbie using Rewrite rules with Apache and for that is my problem. I want
to install Webacula application in one of my servers. This app have this
.htaccess file:
php_flag magic_quotes_gpc off
php_flag register_globals off
RewriteEngine On
RewriteBase
Hi every:
I'm newbie using Rewrite rules with Apache and for that is my problem. I want
to install Webacula application in one of my servers. This app have this
.htaccess file:
php_flag magic_quotes_gpc off
php_flag register_globals off
RewriteEngine On
RewriteBase /webacula
RewriteRule !\.(js
Gley, David B CTR USAF AFMC HQ AFMC/A7AQ did speak thusly:
A little background: I have a client-server application that I
created using Delphi. The database server is a Windows 2003
operating system running Oracle and Oracle HTTP Server (Apache
1.3.34). eq_prod.dll is registered with Apache as
A little background: I have a client-server application that I created
using Delphi. The database server is a Windows 2003 operating system
running Oracle and Oracle HTTP Server (Apache 1.3.34). eq_prod.dll is
registered with Apache as a handler. The client connects to the
database and all works
ache.org
> Subject: [EMAIL PROTECTED] problems installing apache module
>
> I am having major problems with what should be a simple task
> -- installing a module as a DSO, specifically mod_fastcgi. I
> have a have a hunch that the problem is not with fastcgi, but
> instead w
Of Davide Bianchi
> Sent: Thursday, September 04, 2008 1:58 AM
> To: users@httpd.apache.org
> Subject: Re: [EMAIL PROTECTED] problems installing apache module
>
> Bill Tantzen wrote:
> > The error I see when I do a configtest is:
> > Syntax error on line 248 of /software/apach
Bill Tantzen wrote:
> The error I see when I do a configtest is:
> Syntax error on line 248 of /software/apache/conf/httpd.conf:
> Cannot load /software/apache/libexec/mod_fastcgi.so into server:
> /software/apache/libexec/mod_fastcgi.so: undefined symbol: OS_FcgiConnect
The module is trying to lo
I am having major problems with what should be a simple task -- installing a
module as a DSO, specifically mod_fastcgi. I have a have a hunch that the
problem is not with fastcgi, but instead with something I am doing wrong
while installing, and I'm hoping somebody can point me in a better
directi
I've a rather simple task:
A webpage that is hosted as subdomain (bleiberecht.sosmitmensch.at)
should be accessible under a Toplevel-Domain (bleiberecht.at).
Cause the webpage itself is hardcoded to the subdomain I intend to use
reverseproxy and the proxy_html_module to make the page accessi
(bcc: Dan Mitton/YD/RWDOE)
Subject: [EMAIL PROTECTED] Problems building httpd 2.2.9 on Sun Solaris
9 SPARC
LSN: Not Relevant
User Filed as: Not a Record
At several places in the 'configure' process, I am getting a WARNING about
'Unrecognized options'. I have us
At several places in the 'configure' process, I am getting a WARNING about
'Unrecognized options'. I have used all of these options before, at least
on the 2.2.2, 2.2.3, 2.2.4 & 2.2.6 versions. The help says they are all
valid. Other then these WARNING, configure completes with no errors (see
Hi,
I'm trying to compile Apache 1.3.37 with a series of modules, but I'm
getting a bunch of errors in make. I'm using CentOS 5.1
The errors are like this:
"mod_include.c:2318: error: expected â)â before â*â token
mod_include.c:2325: error: expected â)â before â*â token
mod_include.c:2345: err
Hello guys,
I'm not sure if this is the correct place to ask this but I'll try
anyway.
I have an apache server running a PHP based wiki site. I added simple
authentication that goes through the organizational LDAP to it.
>From within the network, the authentication works just fine, but
On Thu, May 22, 2008 at 12:41 PM, Daniel Ruiz <[EMAIL PROTECTED]> wrote:
> Can anyone help me!?!?!?!?!?!
You probably should use %{HTTP_HOST} in stead of %{SERVER_NAME}.
HTTP_HOST is the variable where the "host" header is stored.
A note about this part of your config:
>
> ...
>
Hi,
I'm trying to rewrite a HTTP connection as HTTPS one, but because of the
number of configured virtual hosts, I'm getting problems... I explain here:
- my server has configured 4 virtual hosts: A, B, C and D
- virtual host A has configured into HTTP default site (Debian Etch) a HTTPS
redirect
Hi,
I'm trying to rewrite a HTTP connection as HTTPS one, but because of
the number of configured virtual hosts, I'm getting problems... I
explain here:
- my server has configured 4 virtual hosts: A, B, C and D
- virtual host A has configured into HTTP default site (Debian Etch) a
HTTPS redi
Hi,
i have the following situation
Apache is balancing requests to backend JBoss Server. Everything (the balancing
of requests to the webcontainer (tomcat) of jboss)works fine - except i cannot
get the balancer-manager working.
Of course the GUI appears but after clicking on a worker link not
Hi,
I have this Apache server with mod_vhost_alias and set /home/pages/%0
as the VirtualDocumentRoot
In /home/pages/gamito.foo.com I have a index.php file. This generates
the http://gamito.foo.com URL.
Also, I have a /home/pages/fckeditor with FCKeditor. *This is not
defined as a subdomain in the
Hi,
I have this PHP code to add an alias in a DNS server (djbdns).
If I run in the shell as root:
# php dns.php
all is well, the entry is created.
Os course, that running through Apache, it isn't, because Apache is
running under nobody.nobody
Here are the relevant permissions and ownership:
On Sat, 22 Mar 2008 [EMAIL PROTECTED] wrote:
> Hi,
>
> I am trying to build an SSL-enabled Apache 2.2.8 on a Redhat 4 system, but am
> running into a problem.
>
> The problem is that for some reason, there is already an older (0.9.7a-43.16)
> version of openssl on the machine, but no openssl-dev
Hi,
I am trying to build an SSL-enabled Apache 2.2.8 on a Redhat 4 system, but am
running into a problem.
The problem is that for some reason, there is already an older (0.9.7a-43.16)
version of openssl on the machine, but no openssl-devel RPM was installed.
So, I figured I'd build the latest
Liz,
I don't think this is an Apache issue unless you have not set the
mime/types correctly for image formats.
I think it may be a web browser issue, or a third party software issue
blocking your .tif image files.
What web browser are you using.
Please provide a URL to one of your image fi
On Tue, 18 Mar 2008, Liz Kim wrote:
I dont think that is the problem because
I can directly access and view the image on the browser when I use the src "
http://mysite.com/images/2.tif";
It's only when this src is embedded in a file such as html that it shows up
as broken link image.
I hate
Its not an apache issue, its a browser issue. Apache serves the tif
file the same whether it was entered directly in the location bar or
referenced from html. The browser is in charge of rendering the image
inside the document.
Skye
On 18-Mar-08, at 5:48 PM, Liz Kim wrote:
I dont thi
I dont think that is the problem because
I can directly access and view the image on the browser when I use the src "
http://mysite.com/images/2.tif";
It's only when this src is embedded in a file such as html that it shows up
as broken link image.
On Tue, Mar 18, 2008 at 5:44 PM, j k <[EMAIL PROT
I think you need a plugin similar
http://www.alternatiff.com/
to view tiff files in a browser.
On Tue, Mar 18, 2008 at 4:27 PM, Liz Kim <[EMAIL PROTECTED]> wrote:
> I have a very simple html file which includes two images:
>
>
>
>
> The path to the files are correct and I can view both the fil
I have a very simple html file which includes two images:
The path to the files are correct and I can view both the files on my
browser by directly
going to the src path. However, when this html file is viewed, the tif file
appears broken.
Any ideas? Do I have to enable some setting to be abl
On Fri, Mar 14, 2008 at 1:05 PM, Nilesh Govindrajan <[EMAIL PROTECTED]> wrote:
> It is clear that the problem is with LDAP only. Are you sure that you
> have installed the LDAP development libraries ? On which OS are you
> trying to compile it ?
>
Might want to re-run that last libtool invocati
On Fri, 14 Mar 2008 09:47:18 -0700 (PDT)
R C <[EMAIL PROTECTED]> wrote:
> make log attached.
>
>
> Nilesh Govindrajan <[EMAIL PROTECTED]> wrote:
> On Fri, 14 Mar 2008 07:52:34 -0700 (PDT)
> R C wrote:
>
> > I am trying to compile Apache 2.0.59 with mod-ssl and mo-ldap. After
> > looking thr
On Fri, 14 Mar 2008 07:52:34 -0700 (PDT)
R C <[EMAIL PROTECTED]> wrote:
> I am trying to compile Apache 2.0.59 with mod-ssl and mo-ldap. After
> looking thru the docs, I came up with the following compile string,
> which I run from the extracted source directory : ./configure
> --prefix=/opt/apach
I am trying to compile Apache 2.0.59 with mod-ssl and mo-ldap. After looking
thru the docs, I came up with the following compile string, which I run from
the extracted source directory :
./configure --prefix=/opt/apache2 -with-ldap --enable-mods-shared=all
-enable-ssl -enable-ldap -ena
Hello,
I have installed Apache 2.2.8 on AIX 5.2 (64-bit) .
After the successful installation when I try to check if the apache is
working with the URL "http://:/" , then one of the child
process is crashing and the apache forks one more new child process.
Due to this I get "Page cannot be Displ
On Dec 17, 2007 9:06 AM, Krist van Besien <[EMAIL PROTECTED]> wrote:
> On Dec 17, 2007 12:52 PM, jocke khazad <[EMAIL PROTECTED]> wrote:
> > Same resault with
> >
> >
> > http://www.example.com/jsp/admin
> >
> > and
> >
> > http://www.example.com/jsp/admin/
> >
>
> Check your config. There might be
On Dec 17, 2007 12:52 PM, jocke khazad <[EMAIL PROTECTED]> wrote:
> Same resault with
>
>
> http://www.example.com/jsp/admin
>
> and
>
> http://www.example.com/jsp/admin/
>
Check your config. There might be a DirectoryIndex somewhere else in
your httpd.conf, or in a .htaccess file that overrides t
Same resault with
http://www.example.com/jsp/admin
and
http://www.example.com/jsp/admin/
On Dec 17, 2007 12:41 PM, Krist van Besien <[EMAIL PROTECTED]>
wrote:
> On Dec 17, 2007 12:21 PM, jocke khazad <[EMAIL PROTECTED]> wrote:
> > Hi Everyone,
> >
> > I have an odd problem with my apache serve
On Dec 17, 2007 12:21 PM, jocke khazad <[EMAIL PROTECTED]> wrote:
> Hi Everyone,
>
> I have an odd problem with my apache server.
>
> Server version: Apache/2.0.46
>
> My default page in www.exmaple.com is index.jsp and it loads fine if you
> enter http://www.example.com.
>
> here is the problem,
>
Hi Everyone,
I have an odd problem with my apache server.
Server version: Apache/2.0.46
My default page in www.exmaple.com is index.jsp and it loads fine if you
enter http://www.example.com.
here is the problem,
When I enter http://www.example.com/jsp/admin it doesn't work.
I get the follow m
On Tuesday 11 December 2007 10:52, Severin Gehwolf wrote:
> Hi!
>
> > I been asked to migrate a software localisation website from Fedora 9 to
> > Centos 5. Unfortunately much of the content of the site was developed
> > using FrontPage on windows. I'm having trouble with the display of some
> > c
Hi!
> I been asked to migrate a software localisation website from Fedora 9 to
> Centos 5. Unfortunately much of the content of the site was developed using
> FrontPage on windows. I'm having trouble with the display of some
> characters. For instance the apostrophe in english text and accents
Hi,
I been asked to migrate a software localisation website from Fedora 9 to
Centos 5. Unfortunately much of the content of the site was developed using
FrontPage on windows. I'm having trouble with the display of some
characters. For instance the apostrophe in english text and accents in
sp
On Dec 4, 2007 9:28 PM, fchan <[EMAIL PROTECTED]> wrote:
> Hi,
> Here is what I get on my error_log:
>
> [Tue Dec 04 15:32:06 2007] [error] [client 209.172.112.207] Symbolic
> link not allowed or link target not accessible:
> /usr/local/apache/htdocs/calendar
> [Tue Dec 04 15:32:09 2007] [error] [c
Hi,
Here is what I get on my error_log:
[Tue Dec 04 15:32:06 2007] [error] [client 209.172.112.207] Symbolic
link not allowed or link target not accessible:
/usr/local/apache/htdocs/calendar
[Tue Dec 04 15:32:09 2007] [error] [client 209.172.112.207] Symbolic
link not allowed or link target no
fchan wrote:
Hi,
I'm having problems with trying to link a directory to an NFS mount to
htdocs directory. I get a Forbidden: You don't have permission to access
/calendar/ on this server.
The file is a in /usr/local/apache/htdocs and here is the ls -l of the
link:
lrwxrwxrwx 1 rootroot
On Dec 4, 2007 6:50 PM, fchan <[EMAIL PROTECTED]> wrote:
> Hi,
> I'm having problems with trying to link a directory to an NFS mount
> to htdocs directory. I get a Forbidden: You don't have permission to
> access /calendar/ on this server.
> The file is a in /usr/local/apache/htdocs and here is the
Hi,
I'm having problems with trying to link a directory to an NFS mount
to htdocs directory. I get a Forbidden: You don't have permission to
access /calendar/ on this server.
The file is a in /usr/local/apache/htdocs and here is the ls -l of the link:
lrwxrwxrwx 1 rootroot 27 Nov
Hi,
After fiddling around with it for a while, I have set up an Apache
server that uses SuPHP and SuEXEC to change its UID and GID when a
request arrives. I think I should explain a bit about how the setup
works before going on with the real question.
I've got the following (important) groups on m
Thanks Joshua. That didn't work for some reason but it led me to
trying some similar things out, and I ended up with a solution which
excludes certain IP addresses from the authentication process, which
should work fine for us as an alternative to excluding certain URLs:
Order deny,allow
On 10/25/07, Matt Brock <[EMAIL PROTECTED]> wrote:
> Hi.
>
> I'm applying some authentication across all of a site site using the
> following:
>
>
The "*" is unnecessary.
> AuthName "NAME"
> AuthType Basic
> AuthUserFile /usr/local/www/.htpasswd
> AuthGrou
Hi.
I'm applying some authentication across all of a site site using the
following:
AuthName "NAME"
AuthType Basic
AuthUserFile /usr/local/www/.htpasswd
AuthGroupFile /dev/null
require user USER
However, there is one specific URL pattern that I
EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] De la part de [EMAIL
> PROTECTED]
> Envoyé : lundi 15 octobre 2007 15:06
> À : users@httpd.apache.org
> Objet : Re: [EMAIL PROTECTED] Problems with ProxyPassReverseCookieDomain
>
> Distinguishing between FQDN and Domain is barely relevant wh
d'origine-
De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] De la part de [EMAIL PROTECTED]
Envoyé : lundi 15 octobre 2007 15:06
À : users@httpd.apache.org
Objet : Re: [EMAIL PROTECTED] Problems with ProxyPassReverseCookieDomain
Distinguishing between FQDN and Domain is barely relevant when discu
Distinguishing between FQDN and Domain is barely relevant when
discussing Cookies. RFC2965 states, "Domain Defaults to the
request-host." Cookies default to using the FQDN as the Domain if the
Domain is not specified. Specified domains must start with a period,
must be exactly one level below th
The behaviour observed by the original poster is correct: www.example.com is
the host FQDN - not the domain. The cookie _domain_ is example.com.
A cookie which domain is example.com will be submitted by the UA to both
www1.example.com and www.example.com. The conclusion is that no rewriting of
whether the cookie is issued with a specific path and whether that
could be the reason why your browser does not submit the cookie.
-ascs
De : Skiff Lad [mailto:[EMAIL PROTECTED]
Envoyé : mardi 2 octobre 2007 14:59
À : users@httpd.apache.org
Objet : [EMAIL PROTECTED
Hi,
I seem to have a problem / misunderstanding regarding the use of the
ProxyPassReverseCookieDomain directive on 2.2.4 on Windows.
I have www.mydomain.com running 2.2.4. Within the httpd.conf file, I have a
number of redirect directive statements that send a user, based on the URL, eg.
www
Hi
On 9/17/07, Foster, Stephen (ASPIRE) <[EMAIL PROTECTED]> wrote:
> Hi all,
>
> I have created a chroot to run my apache in under SLES10. I have previously
> done this in solaris and it worked perfectly , however differences in linux
> are causing problems for me when starting.
It will not rea
Hi all,
I have created a chroot to run my apache in under SLES10. I have previously
done this in solaris and it worked perfectly , however differences in linux are
causing problems for me when starting.
Apache 2.2.4 has been built and installed and the required apache and OS
libraries and file
Hello !
I have some problems using VirtualHost and SSL, please have a look at
my log file:
-->
[Mon Aug 20 17:31:14 2007] [warn] [client 10.0.5.253] No usable charset
information: using old HTTP default LATIN1
[Mon Aug 20 17:31:14 2007] [error] [client 10.0.5.253] Error in
On 8/14/07, Jez Hodgkinson <[EMAIL PROTECTED]> wrote:
> Hi, I've installed Apache 2.2.4 on my Windows XP box (I used "localhost" for
> both network domain and server name, plus the All Users, on Port 80 option).
>
> The install appears to work fine (it reported no errors and there's nothing
> in th
Hi, I've installed Apache 2.2.4 on my Windows XP box (I used "localhost" for
both network domain and server name, plus the All Users, on Port 80 option).
The install appears to work fine (it reported no errors and there's nothing
in the error log). Apache starts fine. When I try to connect I ge
Roberto Tortolero wrote:
The apache installed on Linux fedora is taking the half of the bandwidth
of the company were a work for.
The apache have configure three virtual host redirecting to other server
through proxy directives, so, it possible to know why the apache server
is consuming so
The apache installed on Linux fedora is taking the half of the bandwidth of
the company were a work for.
The apache have configure three virtual host redirecting to other server
through proxy directives, so, it possible to know why the apache server is
consuming so many bandwidth.
thank you.
Good afternoon.
I like to thanks all the comments that i received on my last issue, but now
i have another one related with the infamous IE. the problem is that i have
web page that redirect the web site according to web browser which the user
is using, this is made by javascript. the web site if
Good morning, i tried something yesterday, by removing the 3 virtualhost
that i have setup, those 3 VH are made to make a route from other servers
where i have hosting my pages.
It's like a layer 3 model, where i have a firewall then other server where
the web pages are served and other server wh
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
" from the digest: [EMAIL PROTECTED]
For addit
I think that if you activate the KEEPALIVE would be
good, because indicates how many seconds the agents
are wating without respawn or bring new childs to
attend requests... but you must be a higher time... 15
secs order that an agent or httpd process (server)
waits 15 seconds for next request and
I still have a problem, i down the values of the directives, but i don't
know witch one is the one to downed, so i reduce the values for the three of
them ok. the server has 3 directives witch contains the other ones:
# prefork MPM
# worker MPM
# perchild MPM
but the apache consumes the half o
Ok, thanks for the fastest response ever...
I've tried now with those directives, they are all ready declared in the
httpd.conf file, so i modified to see what happen.
let give a try, if i have any problem i'll post again.
thank you so much.
Roberto Tortolero wrote:
Hi, i write 'cause i have a problem with apache, i have it running on
fedora 6.0 and it was installed by rpm.
The problem is that the httpd process create like a hundred child
process that saturated the server and make it slower.
My apache is configure with 4 virtualhost
: Tuesday, July 17, 2007 12:35 PM
To: users@httpd.apache.org
Subject: [EMAIL PROTECTED] Problems with process child on apache 2.0.4
Hi, i write 'cause i have a problem with apache, i have it running on fedora
6.0 and it was installed by rpm.
The problem is that the httpd process create like a hu
Hi, i write 'cause i have a problem with apache, i have it running on fedora
6.0 and it was installed by rpm.
The problem is that the httpd process create like a hundred child process
that saturated the server and make it slower.
My apache is configure with 4 virtualhosts and 3 of them are via p
--- "ROTH, MARK, ATTSI" <[EMAIL PROTECTED]> a écrit :
> Building apache on Solaris 8. *Very* basic box, gcc
> 3.2.x is installed
> (as is libiconv, and libiwhatsit, and, and, and,
> that the guy who built
> the box did *not* install) I've been trying to
> build 2.2.2. It
> worked fine on the S
I suspect this has been answered before, so if someone's got a pointer
to the answer, I'd appreciate it.
Building apache on Solaris 8. *Very* basic box, gcc 3.2.x is installed
(as is libiconv, and libiwhatsit, and, and, and, that the guy who built
the box did *not* install) I've been trying to
Graeme,
On 6/2/07, Graeme Fowler <[EMAIL PROTECTED]> wrote:
On Sat, 2007-06-02 at 10:59 +1000, Philip Rhoades wrote:
> Not sure what you mean - do you mean load the page:
>
>http://www.sun.com/
>
> into my browser on the same machine that is running httpd? - that just
> returns the sun page
On Sat, 2007-06-02 at 10:59 +1000, Philip Rhoades wrote:
> Not sure what you mean - do you mean load the page:
>
>http://www.sun.com/
>
> into my browser on the same machine that is running httpd? - that just
> returns the sun page . .
No, I mean have you connected to your webserver using an
Graeme,
On 6/1/07, Graeme Fowler <[EMAIL PROTECTED]> wrote:
On Fri, 2007-06-01 at 21:00 +1000, Philip Rhoades wrote:
> 72.28.205.136 - - [01/Jun/2007:12:15:24 +1000] "GET
> http://www.sun.com/ HTTP/1.1" 200 1261 "-" "Mozilla/5.0 ( Windows; U;
> Windows NT4.0; DigiExt )"
>
> What else do I need
On 6/1/07, thomas Armstrong <[EMAIL PROTECTED]> wrote:
Thank you everybody.
However I'm still gettint the same odd effect. I tried:
RewriteRule ^faq index.php?page_id=119 [R,L] ---> it doesn't mask the URL
RewriteRule ^faq index.php?page_id=119 [R,TP] --> Internal server error
RewriteRule ^faq i
Thank you everybody.
However I'm still gettint the same odd effect. I tried:
RewriteRule ^faq index.php?page_id=119 [R,L] ---> it doesn't mask the URL
RewriteRule ^faq index.php?page_id=119 [R,TP] --> Internal server error
RewriteRule ^faq index.php?page_id=119 --> it's caught by index.php, I sup
Graeme Fowler wrote:
On Fri, 2007-06-01 at 21:00 +1000, Philip Rhoades wrote:
72.28.205.136 - - [01/Jun/2007:12:15:24 +1000] "GET
http://www.sun.com/ HTTP/1.1" 200 1261 "-" "Mozilla/5.0 ( Windows; U;
Windows NT4.0; DigiExt )"
What else do I need to do?
Probably nothing.
Have you tried to mak
On Fri, 2007-06-01 at 21:00 +1000, Philip Rhoades wrote:
> 72.28.205.136 - - [01/Jun/2007:12:15:24 +1000] "GET
> http://www.sun.com/ HTTP/1.1" 200 1261 "-" "Mozilla/5.0 ( Windows; U;
> Windows NT4.0; DigiExt )"
>
> What else do I need to do?
Probably nothing.
Have you tried to make the same requ
People,
I have:
Server version: Apache/2.2.4
running on FC6 - I have commented out these lines in httpd.conf:
# LoadModule proxy_module modules/mod_proxy.so
# LoadModule proxy_balancer_module modules/mod_proxy_balancer.so
# LoadModule proxy_ftp_module modules/mod_proxy_ftp.so
# LoadModule prox
On 30/05/07, Russ <[EMAIL PROTECTED]> wrote:
I'm a bit confused. R means redirect, meaning the server sends the 301 or 302
header to the browser. In either case, the browse will redirect to the new URL
and that's what will show in the address bar. How evactly do you make things
redirect wit
nge in the address bar?
Russ
Sent wirelessly via BlackBerry from T-Mobile.
-Original Message-
From: "Vincent Bray" <[EMAIL PROTECTED]>
Date: Wed, 30 May 2007 17:33:47
To:users@httpd.apache.org, [EMAIL PROTECTED]
Subject: Re: [EMAIL PROTECTED] Problems with an extra Rewrite
On 30/05/07, Russ <[EMAIL PROTECTED]> wrote:
The R flag means redirect. You want P for proxy if you want the URL to not
change, but this brings with it a host of other issues.
Russ, you're correct regarding [R] but incorrect pertaining to [P] in
this case. He's rewriting to a local script so
:02:25
To:users@httpd.apache.org
Subject: Re: [EMAIL PROTECTED] Problems with an extra Rewrite Rule before a
RewriteCond
On 30/05/07, thomas Armstrong <[EMAIL PROTECTED]> wrote:
> Hi.
>
> I'm trying to create an additional Rewrite Rule appart from those
> created by
1 - 100 of 204 matches
Mail list logo