Skip to main content

All Questions

Tagged with
0 votes
0 answers
50 views

OHS and ProxyPass and RewriteRule / RedirectMatch

i've setted up this virtualhost, <VirtualHost *:443> ServerName test.domain.org DocumentRoot "/u02/config/www/tst-12c" RewriteEngine on RewriteCond %{...
Red's user avatar
  • 1
2 votes
2 answers
5k views

Why does my Apache access log timestamp sometimes go backwards?

I noticed that in my Apache log (actually Oracle's branded HTTP Server, which is really Apache) the timestamp of the lines sometimes goes down, instead of up. Here is an example: 1.2.3.4 - - [16/Dec/...
brendan's user avatar
  • 225
1 vote
1 answer
7k views

Internet Explorer 8 - TLS Fatal Error Close Notify - Oracle HTTP - Server Apache 2.2.22.0

I applied the POODLE fix for Apache via SSLProtocol All -SSLv2 -SSLv3 in the ssl.conf file for our Apache server but am having issues with the CAC Client authentication via SSLVerifyClient require. I ...
emvee's user avatar
  • 127
0 votes
0 answers
509 views

Apache mod_authn_dba with Oracle on Windows

How can I configure Apache to authenticate against Oracle dbms? According to this link Oracle database is natively supported. No additional software required. Loading those modules: LoadModule ...
Megachip's user avatar
  • 121
3 votes
3 answers
6k views

SELinux is preventing Perl CGI script from accessing Oracle libraries

I'm trying to configure SELinux on a Red Hat Enterprise Linux 6.2 web server that runs Apache 2.2.15 and Perl 5.10.1, and connects to remote Oracle databases. The Oracle 11.2g client is installed. The ...
slec's user avatar
  • 143
0 votes
1 answer
155 views

Jmeter gets Apache lost db connection

I have a web app that makes to many ajax requests (update data with a grid). When I use JMeter to make a stress test with 20 threads and 10 loops, my web application canno't connect to the database (...
Galled's user avatar
  • 109
0 votes
2 answers
124 views

how many servers and in what configuration for web application by small company? [duplicate]

Possible Duplicate: Can you help me with my capacity planning? My question is from a startup company providing a web application for the first time. It consists of an Oracle database (11G), an ...
gkdsp's user avatar
  • 582
0 votes
2 answers
358 views

Error 503 on SQL/Oracle prodécure execution

I'm facing a problem with the Apache/Tomcat/JDBC/Oracle communication configuration of an application. Here are all the informations I have at my disposal about the problem : A button on the web-app ...
Clem's user avatar
  • 1
2 votes
4 answers
7k views

Setting environment variables in mod_wsgi for Django

I'm running Django on an RHEL instance under Apache/mod_wsgi, and I'm having issues setting some environment variables for the Python process. All of the components (Apache, Python, mod_wsgi, ...
Michael C. O'Connor's user avatar
-1 votes
4 answers
124 views

time required to Build server configuration [closed]

I need an advice on time required to build the following items. 1) oracle 10g installtion 2) Apache web server 3) Solaris OS 4) Setting of backup service for server 5) Big IP Load balancer A quick ...
Rajeev's user avatar
  • 181
2 votes
2 answers
8k views

Does Apache ever give incorrect "out of threads" errors?

Lately our Apache web server has been giving us this error multiple times per day: [Tue Apr 06 01:07:10 2010] [error] Server ran out of threads to serve requests. Consider raising the ThreadsPerChild ...
Eli Courtwright's user avatar
1 vote
1 answer
186 views

Oracle / PHP / Apache

I have built a web app that was performing very fast, until users from a third coutry (the majority) started using the application. Now its very slow. I see from the logs that I keep getting ORA-...
user avatar
1 vote
1 answer
343 views

PHP/Oracle Connectivity randomly "drops out"

Here's the current situation - I have two web servers (for now named A and B) and two database servers (named C and D). The web servers are quite old, and are running an early version of Apache 2 + ...
dotmike's user avatar
  • 73
0 votes
3 answers
4k views

Cannot connect to oracle using oci_connect() on reboot

I am trying to setup a local development box. The box's on Linux Mint. Installed apache, php and mysql without any problem, then I proceeded to install Oracle Xpress Edition as my newest project ...
Andreas Wong's user avatar
3 votes
6 answers
758 views

Setting up a web server on a VM

Running: Windows Vista Ultimate x64 I'm a web developer, using mainly PHP and MySQL, and I've decided that using XAMPP doesn't cut it any more (I want to play with the Oracle database system, and ...
Daniel S's user avatar
  • 415