Displaying 20 results from an estimated 10000 matches similar to: "apache content rewriting?"
2014 Jan 03
1
Need help with spec file for Apache-2.4.7
I am trying to build an RPM for Apache-2.4.7-1 on Centos-6.5-i86_64. I am
using mock.
The are three build dependencies that I am trying to resolve. One,
mod_socache_dc / distcache, I have simply removed from the spec file. The
other two are arp and apr-utils. Since httpd-2.4.7 needs arp >= 1.4 I got the
two latter requirements from
http://www.apache.org/dist/httpd/httpd-2.4.7-deps.tar.bz2
2010 Feb 25
1
mod_proxy and html rewriting
Looks like proxying a site that uses dynamically generated urls that include the
bound ip of the server needs a module to rewrite links in html. Are there any mods
shipped in base that can do what mod_proxy_html mod_xml2enc can for this?
Thanks,
jlc
2015 May 07
0
Apache 2.2 itk - 404 not found
Have you checked the file rights under your document root ?
Your apache group need reading right.
Am 07.05.2015 21:42 schrieb "John" <tuxfed at gmail.com>:
> Hi all, Freshly installed apache 2.2 with httpd-itk (from epel). When I
> try to access apache's document root from a browser on local network, it
> always serve me the Apache welcome page, even if I have a
2015 May 07
3
Apache 2.2 itk - 404 not found
I forgot to mention it. All the files under /var/html are owned by
apache:apache
On 15-05-07 04:07 PM, Eric Lehmann wrote:
> Have you checked the file rights under your document root ?
> Your apache group need reading right.
> Am 07.05.2015 21:42 schrieb "John" <tuxfed at gmail.com>:
>
>> Hi all, Freshly installed apache 2.2 with httpd-itk (from epel). When I
2015 Aug 28
0
apache mysterious 404 error
What is the absolute path on the server that /mycompanyStore/images/ is store in?
-----Original Message-----
From: centos-bounces at centos.org [mailto:centos-bounces at centos.org] On Behalf Of Tim Dunphy
Sent: Friday, August 28, 2015 10:12 AM
To: CentOS mailing list <centos at centos.org>
Subject: Re: [CentOS] apache mysterious 404 error
Hey guys,
Sorry for the failed attempts at
2015 May 07
2
Apache 2.2 itk - 404 not found
Hi all, Freshly installed apache 2.2 with httpd-itk (from epel). When I
try to access apache's document root from a browser on local network, it
always serve me the Apache welcome page, even if I have a index.html and
a phpinfo.php file in the /var/www/html folder. If point the browser
specifically to http://server/index.html, I get a '404 Not found error'.
I'm running CentOS
2015 Aug 28
1
apache mysterious 404 error
Hi Robert,
It's this:
drwxr-xr-x. 2 daemon daemon 4096 Aug 27 12:34 /var/www/mycompanyStore/images
Thanks,
Tim
On Fri, Aug 28, 2015 at 11:17 AM, Robert Wolfe <Robert.Wolfe at malco.com>
wrote:
> What is the absolute path on the server that /mycompanyStore/images/ is
> store in?
>
> -----Original Message-----
> From: centos-bounces at centos.org
2011 Mar 10
1
Can anyone help me understand Apache Errors?
LogWatch reports items like:
Connection attempts using mod_proxy:
83.167.123.83 -> 205.188.251.1:443: 1 Time(s)
83.167.123.83 -> 64.12.202.36:443: 2 Time(s)
Requests with error response codes
403 Forbidden
205.188.251.1:443: 1 Time(s)
64.12.202.36:443: 2 Time(s)
404 Not Found
//jmx-console/HtmlAdaptor: 1 Time(s)
/VINT_1984_THINK_DIFFERENT: 1 Time(s)
1998 Jan 07
0
FYI: Apache security advisory
[Mod: headers removed -- alex]
------- Forwarded Message
Reply-To: Marc Slemko <marcs@ZNEP.COM>
Sender: alan@cymru.net
From: Marc Slemko <marcs@ZNEP.COM>
Approved: alex@yuriev.com
Subject: Apache security advisory
X-To: apache-announce@apache.org
To: BUGTRAQ@NETSPACE.ORG
[ Copies of this are being sent to BUGTRAQ, apache-announce,
comp.infosystems.www.servers.unix, and
2006 Jul 09
3
Mongrel and proxying with Apache 2 mod_proxy
Hi all,
I''ve just spent some time going through trying to get mongrel & apache
2.0 working with mod_proxy. I thought I''d share what I''ve found in
case someone is going through the same exercise.
Of late, I''ve been using mongrel (lovely, btw) to run my rails apps.
Since I have a couple of different rails apps running on the machine,
I thought it be nice to
2006 Apr 06
1
Apache - mod_proxy
This is really an apache question but if anyone knows offhand it would
be nice to know...
How do i build a standalone mod_proxy.so module that i can use to load
into an apache install that has loadable module support compiled in?
thanks
2015 Aug 28
4
apache mysterious 404 error
Hey guys,
Sorry for the failed attempts at obscuring the company I work for. My boss
wouldn't take too kindly to it if I revealed that information on a mailing
list. :)
So anyway, I realized that capitalization might be the problem. So I
renamed the directory to match what was in the URL. That didn't solve the
problem.
However I noticed this message turning up in the logs:
[Fri Aug 28
2006 Jul 03
1
Apache mod_proxy to mongrel
Hi Guys,
I know this is slightly off topic, but it''d be great to get some
feedback from anyone who''s using mod_proxy on Apache 2.2 to redircet
to a rails app on mongrel.
Everything has been running fine generally but a few days back we
started getting a gap in the performance between the Apache port and
the mongrel port. accessing through port 80 was averaging ten times
longer
2015 Aug 28
0
apache mysterious 404 error
In article <CAOZy0enqddiPvpd+M-Ltwih9dPmA7b_ro4-_5bQ=u1GAALDebA at mail.gmail.com>,
Tim Dunphy <bluethundr at gmail.com> wrote:
> Hey guys,
>
> Sorry for the failed attempts at obscuring the company I work for. My boss
> wouldn't take too kindly to it if I revealed that information on a mailing
> list. :)
It's easily deducible from the IP addresses anyway...
2007 May 21
0
Apache mod_proxy mongrel_cluster and subversion http
Hello everyone,
I have a site setup where I need to have svn access and my rails app
accessible on the same IP. Right now I can only seem to have one or the
other.
This is a production environment... I''m running Ubuntu 7.04 server with
apache2 and mod_proxy serving rails requests to 2 mongrel servers via
mongrel_cluster and it works great to serve the app when I use this
httpd.conf file
2006 Nov 23
2
Mongrel + Apache 1.3 + OpenBSD
Hello,
I want to install a mongrel rails server with an apache in fronthead,
all that on OpenBSD. But OpenBSD is released with a homemade Apache
1.3.29 patched by the OpenBSD team. I really want to keep this version
of apache and I don''t want to change it to Apache 2.x (because of the
security and the license but it''s not the point here). But for having
mongrel, it has to be with
2006 Feb 25
6
[OT-ish] Rails, Mongrel and apache
This is kind of off topic. I want to put my fancy rails app (myapp) as
a subdirectory on my os x server. so my osx server works fine right now
as www.mydomain.com. How do I tell apache (1.3 i think) to proxy web
requests for a subdirectory /myapp to localhost:3000 where I have
mongrel running (Jed, you rock)?
I googled, but I don''t know the right words to use, so I''m not
2006 Apr 21
4
Scaling Rails with Apache 2.2, mod_proxy_balancer and Mongrel
Cheers,
I''ve just published a blog post about scaling Rails with Apache 2.2,
mod_proxy_balancer and Mongrel. This way you do not need another proxy
server or load balancer for Mongrel. Just use Apache 2.2 and mod_proxy
balancer.
http://blog.innerewut.de/articles/2006/04/21/scaling-rails-with-apache-2-2-mod_proxy_balancer-and-mongrel
Jonathan
--
Jonathan Weiss
2006 Nov 24
2
Mongrel + Apache 1.3 + OpenBSD
Hello,
I want to install a bunch mongrel servers with an apache in fronthead,
all that on OpenBSD. But OpenBSD is released with a homemade Apache
1.3.29 patched by the OpenBSD team. I really want to keep this version
of apache and I don''t want to change it to Apache 2.x (because of the
security and the license but it''s not the point here). But for having
mongrel, it has to be
2006 Mar 20
1
Mongrel + Apache = Parallel processing ?
Hello All,
If I use Apache/mod_proxy with mongrel, will that give me multiple
processes? I have a long-running request that blocks all other requests on
a single mongrel service instance.
Ideas?
Thank you all!
--
------------------------------
Forget the icing. Bake the Cake!
- the epi-centered developer
------------------------------
Peter Fitzgibbons
-------------- next part