RE: [us...@httpd] Reducing js file sizes...

2009-03-19 Thread Anthony J. Biacco
Ditto on the module, but check out ShrinkSafe based on rhino (http://shrinksafe.dojotoolkit.org). It's a java jar. -Tony --- Manager, IT Operations Format Dynamics, Inc. 303-573-1800x27 abia...@formatdynamics.com http://www.formatdynamics.com -Original Message- Fr

Re: [us...@httpd] Reducing js file sizes...

2009-03-19 Thread Brian Mearns
On Thu, Mar 19, 2009 at 4:30 PM, Tony Anecito wrote: > > Hi All, > > Does anyone know of a module that would strip out the js file comments? Would > be a great thing to have. > > Thanks, > -Tony > Not aware of a module specifically, but there are a number of programs with and without source code

[us...@httpd] XSS vulnerability in default (debian etch installation)?

2009-03-19 Thread matti matti
Hi, If I do in firefox try: http://hostname/%3CScRipT%20%3Ealert(%27test%27)%3B%3C%2FScRipT%20%3E I get a popup with the text "test", and a: Not Found The requested URL / was not found on this server. I havent got many modules loaded, and added only virtualhosts. This does not work in apache 2

[us...@httpd] Reducing js file sizes...

2009-03-19 Thread Tony Anecito
Hi All, Does anyone know of a module that would strip out the js file comments? Would be a great thing to have. Thanks, -Tony - The official User-To-User support forum of the Apache HTTP Server Project. See http://htt

Re: [us...@httpd] Apache 2.2.11 Segmentation Fault Solaris 10 Sparc

2009-03-19 Thread Eric Covener
On Thu, Mar 19, 2009 at 1:53 PM, Phil Pinkerton wrote: > In that case: > > sudo apachectl -k start -DSSL > Syntax error on line 1056 of /svn/conf/httpd.conf: > Invalid command 'LDAPTrustedCAType', perhaps misspelled or defined by > a module not included in the server configuration Find the module

Re: [us...@httpd] Apache 2.2.11 Segmentation Fault Solaris 10 Sparc

2009-03-19 Thread Phil Pinkerton
In that case: sudo apachectl -k start -DSSL Syntax error on line 1056 of /svn/conf/httpd.conf: Invalid command 'LDAPTrustedCAType', perhaps misspelled or defined by a module not included in the server configuration On Thu, Mar 19, 2009 at 11:12 AM, Eric Covener wrote: > On Thu, Mar 19, 2009 at 1

Re: [us...@httpd] apxs:Error: Sorry, cannot determine bootstrap symbol name

2009-03-19 Thread Eric Covener
On Thu, Mar 19, 2009 at 1:15 PM, Hindley Nick wrote: > any suggestions? > > using apache 2.2.11 to build mod_proxy > > [r...@newhf3pad proxy]# apxs -i -a -c *.c > /usr/apache2/build/libtool --silent --mode=compile gcc -prefer-pic   > -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -g -

[us...@httpd] apxs:Error: Sorry, cannot determine bootstrap symbol name

2009-03-19 Thread Hindley Nick
any suggestions? using apache 2.2.11 to build mod_proxy [r...@newhf3pad proxy]# apxs -i -a -c *.c /usr/apache2/build/libtool --silent --mode=compile gcc -prefer-pic -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -g -O2 -pthread -I/usr/apache2/include -I/usr/apache2/include -I/u

Re: [us...@httpd] Re: Compression of reverse proxied content

2009-03-19 Thread André Warnier
Tom Evans wrote: Hi all, follow up to explain for the archives how I managed this: Thanks very much for sharing this. I have a similar wish and it will be helpful as reference, and for ideas. - The official User-To-User s

[us...@httpd] Re: Compression of reverse proxied content

2009-03-19 Thread Tom Evans
On Wed, 2009-03-18 at 12:53 +, Tom Evans wrote: > Hi all > > We use apache as a reverse proxy for managing our backend servers, and > serving static content, and we also use it for providing a more local > server in remote locations. > > (excuse the made up domain names) > Eg, site www.foo.co

Re: [us...@httpd] Apache 2.2.11 Segmentation Fault Solaris 10 Sparc

2009-03-19 Thread Eric Covener
On Thu, Mar 19, 2009 at 11:07 AM, Phil Pinkerton wrote: > Seems it may be  a libc issue after changing libc I know get tons of > this output ( snipped ) > > ...apachectl -k start -SSL Did you mean -DSSL? -- Eric Covener cove...@gmail.com ---

Re: [us...@httpd] Apache 2.2.11 Segmentation Fault Solaris 10 Sparc

2009-03-19 Thread Phil Pinkerton
Seems it may be a libc issue after changing libc I know get tons of this output ( snipped ) ...apachectl -k start -SSL , or , or , or , or , or I have never seen this before so I am guessing it is an issue with httpd.conf ? On Sat, Mar 14, 2009 at 8:21 AM, Eric Covener wrote: > On

RE: [us...@httpd] mod rewrite issue

2009-03-19 Thread Johnny Edge
Thanks Krist, moving out the rewrite statements from and before other rewrites solved the problem. J. -Original Message- From: Krist van Besien [mailto:krist.vanbes...@gmail.com] Sent: 19 March 2009 13:07 To: users@httpd.apache.org Subject: Re: [us...@httpd] mod rewrite issue On Wed,

Re: [us...@httpd] mod rewrite issue

2009-03-19 Thread Brian Mearns
On Thu, Mar 19, 2009 at 9:51 AM, Johnny Edge wrote: > > Custom 404 page breaks php SESSION vars (only GET/POST/REQUEST are > available), or so the development department claims. Hmm, that doesn't seem write, but I can't say for sure. I don't see any reason cookies wouldn't be available...can onl

Re: [us...@httpd] mod rewrite issue

2009-03-19 Thread Brian Mearns
> On Wed, Mar 18, 2009 at 9:05 PM, Johnny Edge wrote: >> >> Hello, >> >> I have a Virtual host that utilizes mod rewrite in the following manner >> >> >> >> ... >> >> RewriteEngine On >> RewriteCond %{DOCUMENT_ROOT}%{REQUEST_FILENAME} !-f >> RewriteCond %{DOCUMENT_ROOT}%{REQUEST_FILENAME} !-d >>

Re: [us...@httpd] mod rewrite issue

2009-03-19 Thread Krist van Besien
On Wed, Mar 18, 2009 at 9:05 PM, Johnny Edge wrote: > > Hello, > > I have a Virtual host that utilizes mod rewrite in the following manner > > > > ... > > RewriteEngine On > RewriteCond %{DOCUMENT_ROOT}%{REQUEST_FILENAME} !-f > RewriteCond %{DOCUMENT_ROOT}%{REQUEST_FILENAME} !-d > RewriteRule ^(.

[us...@httpd] Richmond H Dyes/mchhosp.gov is out of the office.

2009-03-19 Thread RDyes
I will be out of the office starting 03/19/2009 and will not return until 03/20/2009. If it is an emergency, the help line at 760-6277 -- Confidentiality Notice -- This email message, including all the attachments, is for the sole use of the intended recipient(s) and contains confidential in

Re: [us...@httpd] build a proxy server w/ apache pieces?

2009-03-19 Thread Nick Kew
On 19 Mar 2009, at 04:11, Richard Langly wrote: Hey all, I'm searching for a way to do the following (build a proxy of sorts) and wondering if apache or any of it's pieces would allow me to ... - receives a request from a web-browser. - allows me to grab the URL and build a web

Re: [us...@httpd] Is it possible to configure two subdomains for an IP address?

2009-03-19 Thread Jeff Sadowski
ewww god bind even allows it ugly ugly ugly in /etc/bind/named.conf I added a ipaddress as a domain and was able to use it like expected. zone "127.0.0.1" { type master; file "/etc/bind/test"; }; test.127.0.0.1. IN A 127.0.0.1 and an nslookup worked as expected nsloo

Re: [us...@httpd] Is it possible to configure two subdomains for an IP address?

2009-03-19 Thread Jeff Sadowski
On Thu, Mar 19, 2009 at 12:30 AM, Krist van Besien wrote: > On Thu, Mar 19, 2009 at 6:15 AM, Rex C. Eastbourne > wrote: >> >> Thanks for the replies. I am working on a Slicehost server with a static IP >> address; it looks something like 173.23.45.67. I'm able to navigate to this >> IP address fr