3,436 Topics
![]() | |
Hi, After letting it go a few months ago, I'm back to learning PHP. At the moment I use it on WindowsXP with Apache and MySql. I dont want to reinstall my computer but want to go the whole LAMP way by using Linux. So got myself a cheapish laptop … | |
hi, I am creating a contact us page with php and html. everything works except for the actual receiving of the email. I am using php and apache on localhost but i am connected to internet. What i am trying to ask is: is it possible to send email using … | |
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 … | |
Hi, im new to the forum and hope someone can help me out. Recently internet explore has been running very slowly, sometimes not even loading a webpage but instead displaying a message saying internet explorer cannot connect when on the computers at work the page works fine. Also, connecting with … | |
[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 … | |
Hello All, I am a PHP newbie and have all my resources set up( by that I mean PHP,Apache server etc all working fine) I have an html file and a PHP script to handle the inputs from the html form. However when I hit submit to send the data … | |
Hello, I want to embed a mail server on my computer. For that purpose I've installed MDaemon v9.5.3 on my computer. Now what else do I have to do in order to send/recieve mail from different people? Should I have to change configuration settings in "PHP.ini" and/or "httpd.conf"? I always … ![]() | |
Hi I develpoed a Web applicaton by using the JSP and MySql.That comes a Communication Link Failure Error.I tried up to my Knowledge, yet i didn't solve.Kindly help him and give the soluation. [B]Developed Details[/B] Platform : windows2000 S/w : java 1.5.0_07 Server : apache tomcat 5.5.17 DB : MySql … | |
I want to create a simple script for uploading files from local maschine (windows) to a web servers (linux) directory. I found on the net some example codes and make the two parts of that simple script. 1. The HTML form creation... [php] <html> <body> <form enctype="multipart/from-data" action="upload.php" method="POST"> Choose … | |
Hi, everyone! First of all please excuse me for the very stupid question but I need to configure my IIS to work with the ASP.Net but on my machine I have Apache Server, which I need for another school project. So I'm a bid confused do I have to get … | |
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 … | |
Hi all, I download JOnAS 4.8.4-tomcat5.5.17, APACHE Ant 1.7.0 and installed by setting JONAS_ROOT and ANT_HOME. When i check the environment using "jonas check" I'm getting following message [B]" The system cannot find the path specified. The system cannot find the path specified. JONAS_BASE is set to '-Dinstall.root' is not … | |
Ok i got a new server but need some help settting it up firstly: Debian? CentOS? SuSE? secondly: How do I actually set up webmin, apache, ssh and ftp? i want to be able to use ssh /webmin for remote admin and have one homepage which then has links to … | |
Hello everyone, I am planning to move to Canada, Toronto within the next year, and I'd like to know what to expect. I'm a system admin with 9 years of serious experience, starting with NWDOS7, MSDOS, LANTASTIC, on to NT3.5/NetWare2..6 etc, and loads of summerjob and occasional experience since I … | |
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 pc at home running apache web server. I have a static ip address and i have a netgear router. I have the no ip stuff installed on my pc with the webserver, but i don't know to make it so that people on the internet can … | |
In apache 2.2 I keep getting "index of/" and then just a list of the file names. Once I click on one of the file names Then it will open to that page. I looked in the "config " file and can't see what is causing it.I have it pointing … | |
I am trying to run the command: exec("cat ..........", $output, $var); Basically, cat "any file" returns no contents in $output, and returns 0 in $var. exec("whoami"); returns "apache" in $output and 0 in $var. Any ideas? | |
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 … | |
hi, I want to start learning php.... but i dont knw how to run it i mean is there any free compilers available. i tried installing apache and php bt couldnt figure it :( help please | |
I have to make one web development environment in my machine running in windows. I downloaded the require files such as php- php-5.2.0-Win32 mysql- mysql-essential-4.1.21-win32 Apache- httpd-2.0.59-win32-src Which one may i start to install first? and is there any guide to install all these setup?. Please help me regarding this. | |
After the whole newsletter drama, I made a typo in my code and threw the Apache server into an infinite loop. About 10 minutes of downtime. So sorry. I need more sleep it seems. | |
Hello everyone. I always run Perl scripts on a web server with [code] #!/usr/bin/perl -T [/code] at the top (i.e. taint mode on). I try to do the same when testing scripts on my local machine and this often works fine. But somtimes (when running from the command line) I … | |
Dear All I admit that I am new to this all. I am trying to run a simple login function. I have two jsp files, login.jsp and welcome.jsp and I have one servelet login.java My project name is onjava (I am doing this from an example from the web). My … | |
For about a week now I've been getting the error message: "Generic Host Process for Win32 Services has encountered a problem and needs to close. We are sorry for the inconvenience." It's driving me up a wall. I usually get it upon startup, but it has been known to appear … | |
I was wondering if maybe someone could shed a light on something for me. I am performing the same SELECT Statement from Oracle on two servers via a simple export script. [B]Server one:[/B] My Localhost Apache/2.2.0 (Win32) PHP/5.1.2 from a RAW field and it is returning the ascii characters, which … | |
Hello folks, I have a working CGI written in C. It uses the printf statement to build the outgoing HTML web page. I understand that printf is actually outoutting to the STDOUT device. I'd like to use the WriteFile statement to build the outgoing page and I've tried this:- WriteFile(GetStdHandle(STD_OUTPUT_HANDLE), … | |
[b]Microsoft's Monopoly[/b] At this time, Microsoft owns an operating system monopoly with its line of Windows operating systems. UNIX, however, is an alternate OS mainly used by ... er, computer geeks. It's been out for many years and features a small kernel with all programs built around the kernel. This … | |
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 … | |
please guide me how to acess database for mysql thr' php, i tried a lot but getting error like cannot open the page or c:/program files/ apache/htdocs/dbconnect.php Could not connect to database why these error, i am using mysql 5.2.0, php 5.2.0 and apache 2.2.3, are there any setting needed?? … | |
Hi, I am trying to make a simple jsp program which eneters data eneterd by user in an html form called main.html. This is the code for main.html <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML> <HEAD> <TITLE> Benthic_query </TITLE> </HEAD> <BODY> <form METHOD = POST ACTION="dataConnection.jsp"> Enter the name … | |
[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 … | |
i don't see anything wrong with it... what's the deal? this is the results page that displays the results of a search query. [b]Parse error: parse error in ../../../../merchandise/testreg/results.php on line 21[/b] [code=php] @ $db = mysql_connect("localhost", "apache", "R3GP@SS!"); if(!$db) { echo "Error: Could not connect to the database. Please … | |
Hi, Im trying to use log4j with tomcat. Im developing in eclipse. It seems to be ignoring my properties file and going all messages get logged to the console. This is my properties file: [code]log4j.rootLogger=DEBUG, A4 log4j.appender.A4=org.apache.log4j.DailyRollingFileAppender log4j.appender.A4.File=c:/ccLogs/ccLog.log # Roll the log file at a certain time log4j.appender.A4.DatePattern='.'yyyy-MM-dd-HH-mm # Append … | |
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 … | |
I'm trying to disable IIS in Windows XP Pro so that I can install Apache 2.2 and develop PHP scripts locally. However, when I try to access the "Services" shortcut in Control Panel -> Administrative Tools, I get the message: "Windows cannot access the specified device, path, or file. You … | |
I'm trying to disable IIS in Windows XP Pro so that I can install Apache 2.2 and develop PHP scripts locally. However, when I try to access the "Services" shortcut in Control Panel -> Administrative Tools, I get the message: "Windows cannot access the specified device, path, or file. You … | |
Logfile of HijackThis v1.99.1 Scan saved at 6:35:43 PM, on 11/17/2006 Platform: Windows XP SP2 (WinNT 5.01.2600) MSIE: Internet Explorer v6.00 SP2 (6.00.2900.2180) Running processes: C:\WINDOWS\System32\smss.exe C:\WINDOWS\system32\winlogon.exe C:\WINDOWS\system32\services.exe C:\WINDOWS\system32\lsass.exe C:\WINDOWS\system32\Ati2evxx.exe C:\WINDOWS\system32\svchost.exe C:\WINDOWS\System32\svchost.exe C:\Program Files\Ahead\InCD\InCDsrv.exe C:\Program Files\Common Files\Symantec Shared\ccSetMgr.exe C:\Program Files\Common Files\Symantec Shared\ccEvtMgr.exe C:\Program Files\Common Files\Symantec Shared\SNDSrvc.exe C:\Program Files\Common Files\Symantec Shared\SPBBC\SPBBCSvc.exe … | |
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 … | |
I have been attempting to upgrade a SuSE 9 linux box from php 4.3.4 to php 5.1.6. I have something working, since I'm able to run my old programs under the new setup, but I'm fairly certain I've done something wrong somewhere; using the phpinfo() command shows that I'm still … | |
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 … |
The End.