Hi,
I am new to this and trying to install Primavera on WLS, the pre-requisite is to install oracle http server, I installed oracle http server and standalone it works fine but after making changes for using backend WLS, I keep getting READ_ERROR_FROM_SERVER and not sure how to tackle this...
Hi,
I need to put a proxytimeout value for only one rewrite rule and not for all the proxy requests, as one backend app server to which requests are being proxied is causing some issues.
Appreciate if anybody can help me how to do this.
Can we use proxytimeout in ProxyPassReverse directive like...
Hi,
I have to write a rewrite rule whereby if a url does not have a trailing slash I need to append the trailing slash.
For ex. http://example.com/a/b/c should redirect to http://example.com/a/b/c/
I have this rewrite rule but this does not work
<code>
RewriteCond %{REQUEST_URI} /a/b...
Hi,
I have a apache setup where there is one apache server in the DMZ which acts as a proxy and proxies all requests to the servers inside the firewall.
Now depending on the HTTP_REFERER I want to server the pages from different directories for ex.
if http_referer is...
Hi,
I am looking for options for allowing large file downloads from website (upward of 1 GB files).
Are there any server side download managers / accelerators which can monitor download and resume the download from the point where the client download stopped the last time.
I know there are...
Hi Noway2,
Thanks for your quick response, we have a load balancer in front of apache servers which are proxy servers. So requests will still come to port 80 but LB will redirect it to appropriate port, users don't have to know the port number.
We need to have IP based VHs.
Appreciate if you...
Hi,
I am configuring apache with multiple virtual hosts and multiple apache instances running on the same unix box.
I have the following design, appreciate if someone can validate if this is the correct way or there are any potential errors in this
Apache instance 1...
Hi,
I have to configure oracle webgate for apache http server.
Appreciate if anybody can point me to some tutorial explaining the steps for doing this.
I have no knowledge of oracle identity manager or OAM.
OAM webgate id and policy have already been configured by the appropriate team of the...
Hi,
Here is my code
<?
$dir = "/usr/local/xmlfiles";
// open directory and parse file list
if (is_dir($dir))
{
if ($dh = opendir($dir))
{
// iterate over file list
while (($filename = readdir($dh)) !== false)
{
$hotelinfo_key = array();
$hotelinfo_value = array();
$images_val...
Hi,
I have a php function to parse a given xml file and make a database entry.
My problem is I have to read files from a directory which contains more than 100k files, all xml, and parse them one by one and enter records in the database.
When I run the php script it times out after a certain...
Hi,
I am a newbie to xml/php parsing. I have to parse xml data feed files from a vendor and create a table structure in mysql and enter the data into those tables.
Have never done this. Familiar with some xml parsing using DOM and simplexml api's of php.
Appreciate if any one can guide me where...
Hi Salem,
The file upload part works perfectly, I had to write a server side cgi to get all the content and write it to a file.
The file upload works fine, however I have some other issues, i.e. if I try to send more fields in theh mulitpart form-data post request I keep getting this error...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.