3,436 Topics
![]() | |
It is my first time in here and also my first question. I hate to admit it that I got stuck now. I got the Apache set up on my new computer and also the PHP5. After that, I modified the Apache2 httpd.conf file. [i]I added this into my configure … ![]() | |
Hi - I am just learning PHP. I installed Apache, PHP and MySql on my computer (XP pro) and it is working. I use dreamweaver and when I preview it - my php code works. However, when my code does not work, instead of getting a syntax error, I just … ![]() | |
this is a program that i have, i dont know why it doesnt work. Could some one help me? thank you very much [code] #!c:\Python24\python.exe # Fig. 35.22: fig35_22.py # A program to illustrate Python's database connectivity. import MySQLdb print "Content-type: text/html" print print """ <html xmlns = "http://www.w3.org/1999/xhtml" xml:lang="en" … | |
I am new to this site but can see that this is the place to get help. Very briefly, recently I have been unable to access my HotMail, Windows Update sites, etc. This seemed to coincide with having run some Spyware removal software. I also had the problem where I … | |
I was really recommended Gentoo, but I couldn't get it to install. Is there an easier way to install Gentoo?? What about Ubuntu, can it do as much as Gentoo, or at least Apache and MySQL | |
hi all [B]i m facing an hibernate error in my application using mySql5.0.3 as a data base and net beans 5.5 ide [/B] my application is running very properly but when i loging in next morning it displays the [COLOR=#000000][B]org.hibernate.exception.JDBCConnectionException: could not execute query[/B][/COLOR] and also [COLOR=#000000][B]Connection was closed due … | |
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, … | |
Hi All, I am getting the below error when i am trying to run my app. I am sun one app server.I have deployed my classes and jsp using the deply tool. org.apache.jasper.JasperException: Unable to compile class for JSP No Java compiler was found to compile the generated source for … | |
Hello there, I've got some information which is stored in a class object, these objcts are transfered to an action in the format of a set. I'm trying to put the set into a bean into my JSP, however im not having much luck. The error is as follows: [quote]org.apache.jasper.JasperException: … | |
I had a bit of a problem with my PHP coding tonight, and after playing 3 hours of Wii and heading back to the computer, I figured out the problem. (Newbies: This is a sound troubleshooting technique. Not necessarily playing Wii, but doing something totally different.) I've got a question … | |
Logfile of HijackThis v1.99.1 Scan saved at 03:16:06, on 03/06/2007 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\Common Files\Symantec Shared\ccSvcHst.exe C:\Program Files\Common Files\Symantec Shared\AppCore\AppSvc32.exe C:\Program Files\Common Files\Symantec Shared\CCPD-LC\symlcsvc.exe C:\WINDOWS\system32\Ati2evxx.exe C:\WINDOWS\system32\spoolsv.exe C:\Program Files\ATI Technologies\ATI Control Panel\atiptaxx.exe … | |
hi, i have:- Server Version: Apache/1.3.29 (Unix) PHP/5.1.4 mod_mp3/0.39 mod_fastcgi/2.4.2 mod_ssl/2.8.16 OpenSSL/0.9.7j the php module seems to have loaded ok yet when i point to any php content it still delivers the code and not the propper content and i don't know what to check now as i am so … | |
hi friends.....I created a folder under webapps put 2 files 1html & 1jsp. though the html one is running the jsp one isn't. the error message: [B]HTTP Status 404 - /helloJSP/hello.jsp type Status report message /helloJSP/hello.jsp description The requested resource (/helloJSP/hello.jsp) is not available. I've set the JAVA_HOME (environment variable>user … | |
Hi, I am very new at web development, and i am trying to run my own web page. I installed an apache server on my system and it works fine. I also both a domain name for myself. But I don't know how to direct that domain name to my … | |
Well my question is, I have a website run with apache and I was wondering, if I have many webpages and wanted to put them in diffferent directories ( for ease of use) with a index.html how would I be able to call the css in another directory to the … | |
Hi all, just thought i'd post a bit about myself. I am male, 38 years old, live in the UK in Nottinghamshire (Robin Hood county). I am a hardware nut, a qualified electronics engineer and computer programmer (C) with past experience in mechanical engineering. I love computers because in this … | |
[COLOR=green]If PHP is ran through the Apache server the files must be in the what folder?[/COLOR] | |
[COLOR=#000000]If PHP is ran through the Apache server the files must be in the what folder?[/COLOR] | |
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 … | |
Hai, I need to read the Foxpro(dbf) file, and execute that file in MSSQL through Java code. That means Migrate the Foxpro dump file into MSSQL. Also i am using the Struts Tags for create new application. But the Tag was not working. I am using the following code for … | |
Hi there Im having a problem with my database connection...other instances of nearly the same code works but I cant understand why this isn't working My class which retrieves info from the data base is [code] /* * MuscleSchedule.java * * Created on 07 May 2007, 18:03 * * To … | |
Hi techies, I've a problem. My application runs in Tomcat. images are stored in the "images" folder which is in .war file in webapps folder. I've mentioned the image path in the jsps. It takes lot of time to load a page with smaller amt of dynamic content 'coz of … | |
Hi, I'm have a strange problem that I think's being caused by my router. I have several sites running on my local machine (WinXP Pro) and I use the Hosts files to direct for eg site1.local to 127.0.0.1 (Apache) and site2.local to 127.0.0.2 (IIS). Everything works fine when I'm not … | |
Hi all Im a a newbie here and am currently haveing my first go at servlets. I am using netbeans5.5 and apache tomcat 6.0 and trying a simple helloThere servlet. Every time I try and compile it either with command line javac command or netbeans I get the above error. … | |
Short guide to include RSS on your website Including RSS feeds in to your own pages is pretty simple with PHP and some open source libraries. The follwing lines show how to create HTML from RSS feeds using the popular PHP tools magpierss (fetches and parses the RSS feed) and … | |
Google search works fine but almost everything gets redirected to other sites. It all started when I upgraded to IE7. I thought this was the issue so uninstalled it and still had same problem so I went back to IE7. Thanks for your help. Steve Logfile of HijackThis v1.99.1 Scan … | |
Hi, I'm new to shell scripting. I need to make a script to add on to my cronjobs. The script must get the value of load average from my server and if its greater than 10 it should stop my apache service. I cant find a way to get the … | |
if i redeploy my webapp and try to access a protected page, it will show the login screen but after clicking login it just reloads the login page instead of sending me to the protected page. if i reload the login page it will give me access to the page … | |
Hi, I am not getting why my modifications for mod_rewrite is not getting working... Apache 2.0 Windows OS i uncommented the loadmodules line for rewrite but i do not find in my httpd.conf a single line with clearmodulelist nor addmodule. I do not know how to enable mod_rewriting in the … | |
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 have apache in this dir C:\Program Files\Apache Software Foundation\Apache2.2\ and Mail.php and PEAR.php are in this dir C:\php\PEAR\pear When I add the files to the dir the log file is complaining about below, the wiki spits out the following: [code] Could not send confirmation mail. Check address for invalid … | |
hi all... theres been a problem with my laptop n i don't know what it is.. for your information i share this laptop with my family.. it seems that my bro is playing the online games name GUNZ. and he use some hack..i don't know what it's name.. and sudenly … | |
I hope that I'm posting this correctly. I have populated a vector of my resultSet from a query. I tested it on an application side code and am now trying to access a method from my web side jsp. Here is my error page: org.apache.jasper.JasperException: Exception in JSP: /searchResults.jsp:32 29: … | |
Hi.Quickly moving on to my problem : After I turn on my computer (about 10 minutes later) my computer suddenly slows down. When I check my process it turns out my svhost.exe is eating up my ram and my cpu (100mb ram %79-98 cpu). When I turn off that particular … | |
[IMG]http://www.experts-exchange.com/mO.gif[/IMG] Title: enable cgi in linux We have a Plesk CPanel for web hosting. Fedora 5 LAMP setup. Two NICs; One to provide a [URL="http://www.experts-exchange.com/Operating_Systems/Linux/Q_22129697.html?cid=239#"]secure[/URL] web site with dedicated https service. I need to enable cgi for a site we plan to migrate to this [URL="http://www.experts-exchange.com/Operating_Systems/Linux/Q_22129697.html?cid=239#"]server[/URL]. I have a test … | |
My name is John Conde and I am a Web Developer for a medium-sized credit card processing company based in New Jersey. I've worked there for almost four years and as you can guess I am an expert in credit card processing. I've established merchant accounts for over 1,000 businesses … | |
The generic host error started poping up on my computer a few days ago, I had get a dial up model (used, no drivers) and install. That was the first time I got on this computer with a dial up modem. I worked for like an hour, surfing the net. … | |
I am in in the process of adding mediawiki to a sever that already has Apache and php installed. | |
hi... how to compile and run a servlet application using Tomcat5.5 ... where to place the class path......and how to run.... After compiling Java file I have placed .class file in ... C:\Program Files\Apache Software Foundation\Tomcat 5.0\webapps\ROOT\WEB-INF\classes and my java file is in... C:\servlets/HelloWorld.java and i have accessed like this.... … | |
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 … | |
Hello everyone, I am trying to run my .psp project on the IIS.But It is giving the some CGI ERROR. I dont know why it is giving such error. The project is working wee on the Wamp Apache server. I went through the microsoft support help. And follow the instruction,But … | |
[COLOR=#000000]Hi ! I have a problem in connecting JSP pages with My SQL database using JDBC connector. I m using:[/COLOR] [COLOR=#000000] [/COLOR] [LIST] [*][COLOR=#000000]For TOMCAT -- apache-tomcat-5.5.23[/COLOR] [*][COLOR=#000000]For JRE -- Java EE 5 SDK[/COLOR] [*][COLOR=#000000]For database -- MySQL 5.0.37[/COLOR] [*][COLOR=#000000]For JDBC -- mysql-connector-java-3.0.17[/COLOR][/LIST][COLOR=#000000] [/COLOR] [COLOR=#000000]JSP pages other than database working … | |
Can someone help me with this hijackthis log file, is there anything in this list that looks like a red flag? Thank you. Logfile of HijackThis v1.99.1 Scan saved at 10:46:40 AM, on 3/29/2007 Platform: Windows 2003 SP1 (WinNT 5.02.3790) MSIE: Internet Explorer v6.00 SP1 (6.00.3790.1830) Running processes: C:\WINDOWS\System32\smss.exe C:\WINDOWS\system32\winlogon.exe … | |
Logfile of HijackThis v1.99.1 Scan saved at 12:24:40, on 21/03/2007 Platform: Windows XP SP2 (WinNT 5.01.2600) MSIE: Internet Explorer v7.00 (7.00.6000.16414) 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:\WINDOWS\system32\Ati2evxx.exe C:\WINDOWS\system32\ZoneLabs\vsmon.exe C:\WINDOWS\System32\wltrysvc.exe C:\WINDOWS\System32\bcmwltry.exe C:\WINDOWS\system32\spoolsv.exe C:\Program Files\Alwil Software\Avast4\aswUpdSv.exe C:\Program Files\Alwil Software\Avast4\ashServ.exe c:\wamp\mysql\bin\mysqld-nt.exe C:\Program Files\Alwil Software\Avast4\ashMaiSv.exe C:\Program Files\Alwil Software\Avast4\ashWebSv.exe C:\WINDOWS\Explorer.EXE C:\Program … | |
[B]cam u help me plz , i m the new user of PERL I have some problem, in my machine winxp , apache webserver installed , when i run the script , that time error will occured like [/B] [B] [U][COLOR=blue]500 Internal Server Error occure[/COLOR] [/U] i m trying all … | |
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 … | |
Hello everybody, greetings from Lima, Peru. I have been using computers since early 80s when my father give me an Atari 800XL with 64Kb of RAM :p , basically i used it as a videogame console but i do some basic stuff in one of various versions of Basic, after … | |
Are 404 errors a missed marketing opportunity for most web designers, or should they be left as a ‘page not found’ marker and nothing more? Certainly the vast majority of sites would appear to point to nothing more useful than the Apache or ISS default error page, which strikes me … | |
Hi, I amhaving a problem with IE6 . For example I type in [url]www.amazon.com[/url] and I get a search site. Also I tried typing in [url]www.symantec.com[/url] and it sent my to so spyware sheriff website. Can anyone help ..PLEASE !!!!!!!!!! Thanks in advance Carl Ooooh here is my hijackthis log … | |
Hello everyone, I am new to python and I want to register and unregister the variables from a session (As we do in PHP using session_register() and session_unregister() function),So that i do not need to transfer them in the URL of my site. Can anybody tell me how can i … |
The End.