1,520 Topics

Member Avatar for
Member Avatar for stupidenator

Hi everyone, I am taking a web programming class and for one of the assignments, we have to install and configure an Apache web server on a certain port. I have downloaded apache, customized the httpd.conf file, and now I am ready to start the server. Per our class handouts, …

Member Avatar for stupidenator
0
686
Member Avatar for Krakatoa

In my website I have all the links are relative and look like var1/ or var1/var2/ I want to redirect them to index.php?p=var1 or index.php?p=var1/var2 without changing the address in the address bar. So I did this: RewriteEngine on RewriteRule ^(.+)/$ index.php?p=$1 [QSA,L] and it works fine. But I'd also …

0
68
Member Avatar for joshSCH

I currently run a proxy server as a member of the TOR network, but since only members of the TOR network can access the proxy, I have decided to install circumventor on my computer... It was difficult enough to successfully install apache2, but then I could not get circumventor to …

Member Avatar for John A
0
193
Member Avatar for balagod

i, i want to execute my code to rewriting url in on the fly and i have to get $_requet values in code for example original typed url in browser: [url]http://localhost/mypet1/a1[/url] [url]http://localhost/mypet1/a1/?page=sp_login[/url] [url]http://localhost/mypet1/a1/index.php[/url] [url]http://localhost/mypet1/a1/index.php?page=sp_login[/url] execution url [url]http://localhost/mypet1/?sp=a1[/url] [url]http://localhost/mypet1/?sp=a1&page=sp_login[/url] [url]http://localhost/mypet1/index.php?sp=a1[/url] [url]http://localhost/mypet1/index.php?sp=a1&page=sp_login[/url] i need to get in my code $_REquest['sp']; value is …

0
71
Member Avatar for nathanpacker

I want your opinion on masking domains. I've got a fairly small site that I set up, and don't want to purchase a new hosting plan for it, so I'm just forwarding the domain to a folder within one of my other domains, and I'm masking it so it looks …

Member Avatar for nathanpacker
0
105
Member Avatar for nathanpacker

I never know if I'm putting these in the right place. Anyway, I have been having trouble ftp'ing larger files or larger groups of small files to my ftp server lately. I'm hosting with globat.com, and they say there are no problems. I'm using SmartFTP. My ISP is Qwest. After …

Member Avatar for jbennet
0
122
Member Avatar for asbajaber

[B]My system :[/B] suse:~ # uname -a Linux suse 2.6.5-7.244-s390 #1 SMP Mon Dec 12 18:32:25 UTC 2005 s390 s390 s390 GNU/Linux [B]Logging as notes user & running Domino Server[/B] notes@suse:/local/notesdata> export DOMINO_LINUX_SET_PARMS=1 notes@suse:/local/notesdata> /opt/lotus/bin/server /proc/sys/fs/file-max has been set to the recommended value of 131072 /proc/sys/net/ipv4/tcp_fin_timeout has been set to …

Member Avatar for asbajaber
0
303
Member Avatar for brian79

I am fairly new to mod_rewrite, but what I'm trying to do is redirect HTTP requests from the format [URL]http://www.example.com/username[/URL] to serve up content from a structured directory of users below my document root. My document root is located at /var/www/html To keep the usernames organized and secure, I have …

Member Avatar for Dani
0
84
Member Avatar for parthiban

Hi all, I have download Apache POI(2.5.1) to convert a Excel file to XML using NetBeans5.0 . After Unzipping i got three Executable JAR files 1.poi-2.5.1-final 2.poi-contrib-2.5.1 3.poi-scratch-2.5.1 Please tell what steps i have to do to install it (or) just it's enough to just point out that JAR files …

Member Avatar for parthiban
0
504
Member Avatar for Mushy-pea

Hello everyone. I decided to try out XAMPP ( [url]http://www.apachefriends.org/en/xampp[/url] ), which contains a pre configured distribution of Apache 2.2.3. My intention is to use it for some local testing of a web application that uses Perl scripts. I got Apache running easily enough and it runs the sample Perl …

Member Avatar for mangokun
0
193
Member Avatar for zenki198

Hi, I have a Linux box running Apache 2.0.52. I can go to http://192.168.0.70 (the IP address of the linux box), and display the Red Hat Enterprise Linux Test Page. However, when I try to go to http://192.168.0.70/~starfish/index.html, it returns a 403 Forbidden error. The index.html file currently resides within …

Member Avatar for mikpol
0
418
Member Avatar for ShipraSingh

I get the following error message when I try to test Apache SOAPServer by pointing my browser to [URL]http://localhost:8080/soap/servlet/rpcrouter[/URL] [B]exception[/B] javax.servlet.ServletException: javax/mail/MessagingException org.apache.jasper.runtime.PageContextImpl.doHandlePageException(PageContextImpl.java:848) org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImpl.java:781) org.apache.jsp.admin.undeploy_jsp._jspService(org.apache.jsp.admin.undeploy_jsp:105) org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:97) javax.servlet.http.HttpServlet.service(HttpServlet.java:802) org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:322) org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:291) org.apache.jasper.servlet.JspServlet.service(JspServlet.java:241) javax.servlet.http.HttpServlet.service(HttpServlet.java:802) [B]root cause[/B] java.lang.NoClassDefFoundError: javax/mail/MessagingException org.apache.jsp.admin.undeploy_jsp._jspService(org.apache.jsp.admin.undeploy_jsp:55) org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:97) javax.servlet.http.HttpServlet.service(HttpServlet.java:802) org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:322) org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:291) org.apache.jasper.servlet.JspServlet.service(JspServlet.java:241) javax.servlet.http.HttpServlet.service(HttpServlet.java:802) I have set my class path's to: ;C:\jakarta-tomcat-4.0.1\common\lib\xerces.jar;C:\soap-2_3\lib\soap.jar;C:\soap-2_3; …

Member Avatar for jwenting
0
165
Member Avatar for gdhanasekar

hi all, now a days i am facing a severe problem in my website.it is due to my web hosting provider.because now they changed the php as cgi module(I think),so the php_value [B]include_path in .htaccess[/B] file is not working now.Before changing the php as cgi module it worked well.If I …

Member Avatar for ramprage
0
118
Member Avatar for koronai

i found in the logs last night that somebody had injected a code malicious enough to do spam. please help "POST /index.php?target=http://www.geocities.com/yo5w/jkr.txt? enabled the user to spam. how to avoid this? any htaccess solution on this.

Member Avatar for ramprage
0
83
Member Avatar for conntaxman

I have made a Image folder in my c:/program files/apache group/apache2.I don't want to put all of my images in the "htdocs" folder. my images come up if i place the image in the "htdocs folder" but will not come up if i place them in the Image folder that …

Member Avatar for conntaxman
0
98
Member Avatar for macrame

Hi I'm trying to configure apache for PHP. Can somebody tell me where I can find the http.conf file of the default Apache 1.3 webserver which comes with OsX? I can't find this entire Apache directory. The server is running allright (I checked it in my browser at [url]http://localhost[/url]) And …

Member Avatar for macrame
0
92
Member Avatar for sr_burrus83

[B]hi all this is steve burrus and I seem to have a problem with my copy of apache 2.2, integrated into PHP, being able to have its' port bind well enough for it the apache server to start up. :sad: Can someone plz help me with this? [/B]

Member Avatar for MattEvans
0
87
Member Avatar for conntaxman

Been tring to set up apache for 4 days now.have it running to get web page as index.html in its own directory,from LocalHost. I have a domain name at godaddy {parked]Forwarded to my DYNDNS. My host name at Dyndns is "homerepairs.is-a-geek.net. My domain name is homerepairsdoneforless.com. My computer{web-server] i named …

Member Avatar for conntaxman
0
66
Member Avatar for Sparkplug188

Hello and Hapy Thanksgiving! I've recently set up an old Compaq Deskpro 2000 as a web server. I'm running Damn Small Linux and Apache 2.0.54. Everything works perfect except for one small thing—Apache doesn't start with the system. Does anyone know how to setup Apache to startup when the system …

Member Avatar for Sparkplug188
0
174
Member Avatar for EnderX

First, I suspect that this is in the wrong place, but I'm not sure where else to put it. If this post does belong somewhere else, would a moderator please kindly move it to where it should be? Thank you. I'm trying to upgrade from php4 to php5 on a …

0
36
Member Avatar for EnderX

First: If this is in the wrong forum, I apologize. My question is more concerned with figuring out the correct configuration with the Apache2 web server than with anything dealing particularly with PHP. I simply did not see an appropriate forum for this type of topic. If such a forum …

Member Avatar for EnderX
0
83
Member Avatar for bnrup

I would like to be able to add PHP support into my existing installation of Apache (v 2.2). It is running on MS Windows XP. I already have the binary distribution of PHP, I would just like to know how to integrate it into Apache. I do not have MS …

Member Avatar for John A
0
89
Member Avatar for nrobinson

Hi, I am a very beginner and have been told to sort this out for my company as the person that created the system has gone into the military. We currently have one domain with many sub-domains which is forwarded from domain company A to our Linux server which then …

Member Avatar for John A
0
152
Member Avatar for gbs

Its weired that even after I 1) changed the file name from "php.conf" to "php.bak" (so that the php module wouldn't be loaded); and 2) enabled "HTTPD=/usr/sbin/httpd.worker" in "/etc/sysconfig/httpd". After I restarted the httpd service successfully (no conflict with php), I still found that the "prefork" MPM was running in …

Member Avatar for sn4rf3r
0
131
Member Avatar for EnderX

I've been requested to upgrade php on a number of systems. Currently, they are running version 4.3.4, and the most recent upgrade on the php.net site was version 5.1.6. I've never done this before, and have little clue what I'm supposed to be doing. I'm hoping that once I get …

Member Avatar for Puckdropper
0
100
Member Avatar for megab0rt

can you help me whith [b].httpaccess...[/b]give link or links whith information about .httpaccess...thanks.. Megab0rt

Member Avatar for stymiee
0
67
Member Avatar for gbs

In devoloping CGI scripts, I noticed that my apache server set stack size as 10MB for apache users. However, my cgi script needs to invoke a C executable that requires a larger stack size. I wonder how to increase the stack size for apache users. I tried the following 2 …

Member Avatar for gbs
0
911
Member Avatar for ilikerps

Hello. I have been having trouble with my Apache server (or perhaps something else, like DNS) for a while now. I have tried to find a solution, but my keywords always come up with almost completely unrelated webpages. I have a website, [url]www.ilikerps.net[/url] with redirection to my IP address, and …

Member Avatar for ilikerps
0
286
Member Avatar for pleal

I have googled for anyoneexperiencing the same error. Apache2.2 works fine as stand alone. Now, when installing php5.x and after making the changes in the httpd.conf file for Apache, Apache doesn't read the php file. Changes in httpd.conf file were : # For PHP 5 - Added on Oct. 13 …

0
91
Member Avatar for sbn

- we have our own domain which is hosted by a third party company and we use it for our website, our own company email and our ftp and my concern is its securityi although our domain has a cpanel which makes us able to do some configurations on our …

Member Avatar for John A
0
96

The End.