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...
...I have the following rule in place however this does not work, appreciate any help for this issue
RewriteCond %{HTTP_REFERER} ^/http://siteone.com [NC]
RewriteRule ^/X/(.*) ^/a/b/c/d/$1 [L]
RewriteCond %{HTTP_REFERER} ^/http://sitetwo.com [NC]
RewriteRule ^/X/(.*) ^/e/f/g/h/$1 [L]
Thanks...
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...
Hi,
I am fairly new to perl programming.
I am trying to write a client and a server perl socket where by the client socket sends a file to a server(POST request, port 80, http) and on the server side the file is received by the server socket and written to a directory.
I know there is a...
...to an http server via a multi-part form.
so far I have this code
int Send_to_DB_via_HTTP(string filename)
{
int sock; /* Socket descriptor */
struct sockaddr_in echoServAddr; /* server address */
unsigned short echoServPort; /* server port */...
Hi,
This is my php page where I am calling both the header menu and the slider javascripts.
<html>
<head>
<SCRIPT SRC="<?echo $path."slider.js"?>"></SCRIPT>
<SCRIPT>
var mySlider4 = new Slider( "Slider4" );
mySlider4.defaultValue = "<?echo $senstvty;?>";
with (mySlider4) {...
...and suggest changes to this library.
The other library is the hvmenu, I found at [link]http://www.dynamicdrive.com/dynamicindex1/hvmenu/.[/url]
/***************************************************************** Slider
** Slider050723
* by Christiaan Hofman, July 2005
** You...
Hi,
I have two different javascript libraries for two different functions(a drop down menu and a slider).Though both the libraries have different variable names and different functions, however both these libraries use this.onmouseover/this.onmouseout etc, and I think that is causing some...
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.