473,554 Members | 2,683 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Apache Web Server Forum

Apache (HTTP) Web Server - Ask questions about the apache web server, setup, administration, installation, compiling, configuration, module, caching, log files, mod_rewrite, performance tuning, secuirty, SSL, virtual hosts and more.
1
2,185
thread by: ibozo | last post Jun 6 '07 by: Motoma
Hello all, I have created a file of servlet pages that publish those pages on network by Tomcat6. I have a log in page, programmed by servlet and also another page that activates the application acording to the given parameters by searching webserver. Therefore I should use the taken variable on the log in page in another servlet page. I...
1
2,873
thread by: jaimebienlesfruits | last post Jun 6 '07 by: Motoma
Hi, I'm currently using mod_rewrite to rewrite URLs with server variables. RewriteEngine on RewriteRule ^(+)$ /layout4/$1/ RewriteRule ^(+)/?$ index.php?dir=&page=$1 RewriteRule ^(+)/(+)$ /layout4/$1/$2/ RewriteRule ^(+)/(+)/?$ index.php?dir=$1&page=$2
3
2,225
thread by: hellian | last post Jun 10 '07 by: Motoma
I can't run my application from PCs in my network hosted on Apache Tomcat 5.5 server. All I can do is just run my application on the server where Tomcat is installed but not from another PC on network. Could anyone help me find out the reson behind this? Thanks
1
4,481
thread by: ramendra | last post Jun 12 '07 by: Motoma
Hi can any body tell me How to configure Apache2.0 with oc4j as a load balancer, what are the files i have to modify in Apache and in oc4j. Thanks Regrads Ramendra
2
3,428
thread by: marke711 | last post Jun 12 '07 by: Motoma
Hello I'm looking for some help, Please!! I have Apache 1.3 installed on my firewall server (linux box) that is currently hosting one www site. (1 domain name) I have set up another Apache Web Server (inside the firewall) with Apache 2.2 (windows box) on it and trying to get a different domain name (www site) to hit the new apache server and...
2
5,700
thread by: wlbcheng | last post Jun 12 '07 by: Motoma
I'm encountering one problem with pecl_http, Would you please help me out? I have installed apache1.3.7 + php 5.2.2, and have installed pecl_http use pear, but I'm not sure which items should be modified in php.ini I have tried to modifiy 2 items in php.ini and restarted the server, extension_dir =...
1
3,065
thread by: soniamuk | last post Jun 12 '07 by: Motoma
i am facing a typical issue with apache where i have a filter context(written in c++) which pulls information from apache server. in this process when i am trying to fetch an url where rewrite rule of apache is in picture the fethced value is not correct. say the rule i am using in rewrite.conf is RewriteRule ^/ows/printenv$...
3
3,104
thread by: bluedogsd | last post Jun 13 '07 by: Motoma
I have a new server RHE4 and I am having an issue I have never had before and it's kind of urgent. Running Apache 2.0 I need the web server to have writable access and getting denied - I'm pretty sure my users/groups/permissions/etc are all good. Apache is running as user apache group ftpusers. server root for default server is at the...
9
4,350
thread by: skyy | last post Jun 14 '07 by: Motoma
Hi... i am trying to do some CGI with apache http server. I would like to do some simple things such as creating a folder in the server when i login. However.. i found out that when i login i am not a root user. So i wont be able to create any folder due to permission. Anybody know how to login as root when i login to the server?
2
3,265
thread by: acivan | last post Jun 16 '07 by: r035198x
Hi, I have server wtih suse linux 9. I installed php 4.3.4 and apache packages of suse own. And I installed oracle client. But, I can't connect oci8 and php. I loooked for info how it can be done on the internet but, there are documents which tell that we need to install php package and apache other from suse, by downloading internet. I...
0
11,280
thread by: asherwolf | last post Jun 17 '07 by: asherwolf
Hi, I'm trying to do something I think is pretty neat, but I've just about pulled my hair out by the behavior of my server. I'm hosting on GoDaddy, using a subdomain (www.mywebpage.com maps to /mywebpage), running Apache 1.3.33, and PHP 4.3.11. The goal is to use PHP to install an .htaccess file in a folder to forbid PHP files from being...
4
1,891
thread by: xiaawan | last post Jun 18 '07 by: pbmods
Hi All I am not sure the right forum for this question regarding .htaccess but in the past I got too much help from this forum.Anyhow my probolem is as follows. I am using .htaccess to redirect pages on a given url. Is it possible whatever I pass in a url as a parameter that does not appear in the browser. For example my url is as follows:...
0
2,238
thread by: harisankar22 | last post Jun 19 '07 by: harisankar22
Hi All, I am trying to configure a load balancer environment with mod_jk and tomcat workers. I have 2 applications app1 deployed on a set of servers, and app2 deployed on another set of servers. Can I use a single load balancer to balance load among two types of application?? ie all request to app1 should go to servers where app1 is deployed...
2
7,694
thread by: jpk872 | last post Jun 20 '07 by: jpk872
I've tried just about everything and I keep getting the following error when I try to startup Apache-Tomcat-5.5.15. JAVA_HOME should point to a JDK not a JRE I'v reinstalled Java2SDKv1.4.2_14 and nothing same error all the time.
1
2,235
thread by: artbasement | last post Jun 20 '07 by: Motoma
Can anyone tell me what I am doing wrong. I have set up my cart software on the public.html page of the site. I have told the cart software that I want to use secure pages for checkout I do not really understand where to tell the cart where the https pages are. I tried https://mysitename/private I tried https://mysitename/~private I...
6
4,442
thread by: cheesecaker | last post Jun 22 '07 by: DaiTengu
I've installed Apache 2.2 and PHP 5. Everything should be working, since my double- and triple-checking tells me everything is configured. However, when I try to access any PHP file on my server, I simply get Forbidden You don't have permission to access <the file> on this server. I realize that Apache 2.2 and PHP 5 are not officially...
5
5,531
thread by: xiaawan | last post Jun 25 '07 by: Motoma
Hi All I am posting this message again I could not get too much help from my previous post. This time I want to make things simple. www.example.com/index/command/message/1 www.example.com/index/command/message/2 how can I convert above urls to the following one(same for all) www.example.com/command Whever text after (index/command/message/1),...
1
2,516
thread by: hotdog2005 | last post Jun 26 '07 by: Motoma
hi there, this is my first post and its quite a stupid question but its bugging me. i have made a free .tk domain name and i have registered it to my ip address. i think everybody else who clicks on it can get to my site but i get directed to my router. i have enabled port forwarding to port 80 and to my network ip. can anybody tell me why this...
1
2,011
thread by: rag84dec | last post Jun 26 '07 by: Motoma
Hi, I installed tomcat and put a folder under "webapps" folder naming it "xyz".Then i put a HTML file called "y.html".Then when i go to "http://localhost:8080/". And went to "tomcat manager"->then to "xyz" but it is not showing the y.html file there in "http://localhost:8080/xyz/" here it shows "description The requested resource (/xyz/)...
4
4,118
thread by: skyy | last post Jun 27 '07 by: skyy
Hi... Is there a time out or maximum upload duration when uploading a file? where can i set it? Thanks...
3
2,903
nomad
thread by: nomad | last post Jun 29 '07 by: nomad
I'm a web designer and I would like to know if possible to set up multiple ServerRoot. Reason I have serveral websites and I would like each website with its own ServerRoot. If so how do I set up the httpd.conf page. thanks nomad
11
10,761
thread by: idorjee | last post Jul 2 '07 by: susikto
hello! can anyone plz tell me why i can't write (save) file into a directory which is inside the '../apache2/htdocs/' using a perl script like 'open(OUTPUT,">result/blast_fasta_input");', where 'result' is a directory inside the 'htdocs'. quite surprisingly, it works fine (writes) when i do this: open(OUTPUT,">/tmp/blast_fasta_input");,although i...
1
4,155
thread by: jayakumarrt | last post Jul 3 '07 by: Motoma
Dear Friends, Can anybody tell me how to run perl script using apache server in solaris machine? I have apache installed in Solaris machine.Server is remote server.I am trying to run the Script thru IE from my Windows machine. Thanks in advance, Jayakumar
1
1,769
thread by: marylipscomb | last post Jul 3 '07 by: Motoma
I am getting several error messages when we try to upload a file. Here are all the error messages I am getting. I have no idea what they mean. Any help would be greatly appreciated. Thanks in Advance. -PDDB powerd by Catalyst 5.57 -|/begin |PDDB |begin | -|/end |PDDB | end | -|/default |PDDB |default |...
0
2,364
thread by: cpalmer | last post Jul 3 '07 by: cpalmer
Hello, I'm a new memeber in search of help: I am a sysadmin trying to help the application group to get cvsweb 3.0.6 and apache 2.0.52 to work on a Linux server Redhat 4 I don't have a clue as to where to start, but when the application team modified the cvsweb.conf I copied it to /etc/httpd/conf.d I copied cvsweb.cgi /var/www/html/cgi-bin...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.