> -Original Message-
> From: Yossy Dreyfus [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, August 09, 2006 7:05 PM
> To: ? ? - Apache
> Subject: [EMAIL PROTECTED] embedded linux
>
> Hello,
> I need http server for embedded Linux that runs on ARM processor.
> I want to know what versi
Hi
all,
We have
installed Apache2.0.54 and configured it with weblogic9.2.Both Apache
and Weblogic are installed and started properly.
But on
accessing an application the weblogic server dumps a core and stops
eventually.
The apache
logs shows the following error:
[error] CONNECTI
Hi,All,
We have apache-2.0.54 installed on Solaris and
Linux boxes. We did a bounch of Load-Test with
KeepAlive On or Off on multiple jpg, gif, text files.
The test results are discourage. The webServer has
slower response time when KeepAlive is On compared to
the condition when KeepAlive i
Hi,
When I compile apache 2.2.2 with openssl 0.9.8b (gcc 3.4.x, linux and
solaris) I can start Apache with ssl successfully.
Openssl:
./config --prefix=/usr/opt/openssl0.9.8b -static-libgcc
Apache:
./configure --prefix=/usr/opt/apache2.2.2 \
--enable-so --enable-mods-shar
Hi Boyle,
When I use the below expression
%{REQUEST_URI} !~ m/\/abc\/qwert/
I got below error
Starting httpd: Syntax error on line 1066 of /etc/httpd/conf/httpd.conf:
SSLRequire: Failed to compile regular expression.
Please suggest me the suitable configuration
Thanks in advance,
On 8/9/06, mamrg <[EMAIL PROTECTED]> wrote:
Hi,
Yes, it's a repost.
And unfortunately i didn't fixed it.
I see you got a 200 from lynx, but from firefox or other graphical
browser, i still get the 301.
I've already burned my sinapses with this, and i can't solve the problem.
Your server is
On 8/9/06, Scott Bowden <[EMAIL PROTECTED]> wrote:
Stranger still: if I choose to download the file, the transaction does
not appear in any log files. It's as though it never happened.
Clear your cache and/or try a different browser. Also make sure there
are no proxies between the client and
Hi,
Yes, it's a repost.
And unfortunately i didn't fixed it.
I see you got a 200 from lynx, but from firefox or other graphical
browser, i still get the 301.
I've already burned my sinapses with this, and i can't solve the problem.
Warm Regards,
Mário Gamito
Nick Kew wrote:
On Wednesday 09
I'm having some difficulty getting apache2 configured, and after doing
quite a lot of googling, I'm pretty well stumped as to where to go.
Let me preface this by saying that it's entirely possible I've done
something very, very stupid.
That said:
I recently moved to a new server, and in the pro
On Wednesday 09 August 2006 22:26, mamrg wrote:
> Hi,
You already posted that once.
> For example...
> This one works:
> http://www.dte.ua.pt/cv/
>
> This don't (with the 301 code):
> http://www.dte.ua.pt/lale/
$ lynx -dump -head http://www.dte.ua.pt/lale/
HTTP/1.1 200 OK
Date: Wed, 09 Aug 2006
Hi,
I've upgraded Apache 1.3.27 to 1.3.37, compiled.
After that, i get subdirectories of the domain that work well and others
that show a blank page only. In the later case, i get a 301 (moved
permanently) code.
I've backed up my httpd.conf and didn't touched anything else in the
DocumentR
I did it.I have found the OC4J port, then i tried 2 thinks as follow:
1) Using server's ip address:
ServerName www-pddataprev DocumentRoot /u01/app/oracle/product/oracle10g/Apache/Apache/htdocs/deqs_web/ # DocumentRoot /u01/app/oracle/product/oracle10g/j2ee RewriteEngine on RewriteRu
Hello:
I apologize in advance if this description is a bit vague, but this is the
information as we are aware of it at this moment. Please give us additional
tips on where we might be able to gather for information, or better yet, a
solution.
Apache version: 1.3.31
mod_perl version: 1.22 (com
Hi,
First find the location of the the shared library libgcc_s.so.1.
You can use the command
$>cd /
$>find . -name libgcc_s.so.1
Once you find the diractory you have to update the LD_LIBRARY_PATH variable.
Append the directory path as below.
$> export LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:
To test
José,
At first, you must discover in which port your OC4J is running and
then, what's the nome of the context of your application.
Hint: Try to access the application directly one the OC4J.
Fabricio.
2006/8/9, José Euclides Silva Junior <[EMAIL PROTECTED]>:
I had tried it: the browser showed
I had tried it: the browser showed - 403 Error Forbidden
Any hint?
2006/8/8, José Euclides Silva Junior <[EMAIL PROTECTED]>:
Hi,i intend to hide the application root directory from the browser address bar, as you can see at these steps example:1) Http request:
www..com
2) Apache runs some
Hello,
I
need http server for embedded Linux that runs on ARM processor.
I
want to know what version of apache is the best for that.
.
Hey all. The upgrade went fine and apache starts up. However when I go
into the /usr/local/apache2/bin directory and type httpd -v to verify
the version, I get this error:
ld.so.1: httpd: fatal: libgcc_s.so.1: open failed: No such file or
directory
Killed
I do have this in the envvars:
LD_LIBR
Sorry, but i have already tried it. The browser returns me :
Erro de HTTP 403 - proibido Internet Explorer
You can see the directive bellow:
ps: www-pddataprev is a DNS hostname...
10.0.134.23:7778> ServerName www-pddataprev DocumentRoot /u01/app/oracle/product/oracle10g/Apache/Apache/htdoc
On 8/9/06, Declerck Michael-W30479 <[EMAIL PROTECTED]> wrote:
Hello,
Is there a way to grab a header/DNS name using Apache 2.2?
A little background:
I have a primary DNS name and a secondary DNS name that maps to the same
IP address.
Right now, my Apache 2.2 configuration redirects the client dir
Hello,
Is there a way to grab a header/DNS name using Apache 2.2?
A little background:
I have a primary DNS name and a secondary DNS name that maps to the same
IP address.
Right now, my Apache 2.2 configuration redirects the client directly to
the index.pl page using the directives:
DirectoryI
Dear Steve,
I ve already tried it, but i got a 404 error(notfound) even if i include a jsp page reference as a Alias command parameter. This is because java environment has their own control!
So, i tried to solve it with a redirection META TAG, but the java directory(deqs) is still showed into the
José,
For example, if your OC4J are listen on port 8080, you can use
mod_rewrite with proxy and remove your index.html with that Refresh.
ie: You can use something like this:
RewriteEngine On
RewriteRule ^(.*) http://localhost:8080/deqs [P,L]
Using Rewrite with [P] option, will not rewrite the
Thanks I wound up using mod_rewrite instead, and it works fine:RewriteRule ^/gallery2/(.*)$ http://apache2.foo.com/gallery2/$1
[P,L]RewriteRule ^/(.*)$ http://apache2.foo.com/gallery2/$1
[P,L]Hopefully, the end result of all this work will be to migrate off 1.3 and on to 2.x. I'm s
Hi All,
os_handle = LoadLibraryExW(wpath, NULL, 0);
if
(!os_handle)
os_handle
= LoadLibraryExW(wpath, NULL, LOAD_WITH_ALTERED_SEARCH_PATH);
if
(!os_handle)
is not able to load my customised mod_echo.so
in Windows. I link an a
Hi All,
can somebody help me to get a big static
library to be linked to the mod_echo module? I modified the baseaddress.ref
as below
; os/win32/BaseAddr.ref contains the
central repository
;
of all module base addresses
;
to avoid relocation
; WARNI
Hi,
I'm attempting to replace my Apache 2.0 accelerator with Apache 2.2 and
am really close to getting everything working that I need to! I just
need to get LDAP authentication working and then I'm pretty much set.
Under Apache 2.0 I had the following:
AuthType Basic
AuthName "Restri
Thank you very much Richard, you are a genius!
Richard de Vries escribió:
So, are you unable to install these two packages.
Normally, you'd have to do a "pkgadd -d
./APACHE_FRONTEND_2_0_52.pkg" as "root".
Are you getting any error messages. If your packages
are corrupted, you should downlo
Hi All,
I have a static library of 8 mb size.
I have a function in that static library to which I take the input from
mod_echo and the response I get from that I send back. But in Windows I
am getting a link warning 4013. The module mod_echo is not getting
loaded if I link the huge static librar
Vincent Bray wrote:
Try Script,
I tried this already; this was what I was refering to when I said I
already figured out how to server requests unkown to apache.
The OPTIONS request, however, can't be served that way - possibly to
prevent the average user from changing the Server header. :)
On 8/9/06, Bill Moseley <[EMAIL PROTECTED]> wrote:
I'm wonder how to *not* proxy some content.
mod_rewrite to the rescue!
(Actually, I could probably *not* proxy any request that has an
extension ([^/]\.\w+$) that doesn't end in .html? I.e.:
/foo- proxy
/foo/ -
On 8/8/06, Jens Theisen <[EMAIL PROTECTED]> wrote:
I have a cgi application and want to add basic webdav functionality. I
wonder if it is an option to implement webdav on the cgi level.
Try Script,
http://httpd.apache.org/docs/2.2/mod/mod_actions.html#script
If the objects you wish to interact
On 8/8/06, Gregory F. March <[EMAIL PROTECTED]> wrote:
When apache (1.3) proxy's requests, gallery is dropping the port (the
gallery bug), but apache appears to be returning url's to my browser with
the 'gallery2' added. So, for example, I make a request for:
http://apache13.foo.com:443/main
Hi,Just so you guys know. I installed the latest 2.2 snapshot version of mod_aspdot last night and everything is working well. Current Config is:Apache 2.2.3 + mod_sslmod_aspdotnet (mod_aspdotnet-
2.2.0.2004-snapshot-rev419792.msi)ASP.NET Framework 2.0 (And yes ASP.NET 2.0 does work with the module
34 matches
Mail list logo