3,436 Topics

Member Avatar for
Member Avatar for tanha

Hello every one, I have made the insertion, viewing part of the database, but want to have an edition part too, could anyone plz kindly guide me, how it is possible to have edition part too? NOTE; I am using PHP 5..., MySQl 5... , and Apache Server

Member Avatar for tanha
0
87
Member Avatar for Ynothna

Hey, I have a small network running in my office (roughly 12 computers) and 2 of them are linux servers. One is Redhat, the second, Debian. Currently Redhat is the main web server, port 80 is forwarded to it. I want to host some websites off of the Debian machine, …

0
73
Member Avatar for fishhaddock1

Hello... I am trying to use mod_rewrite to send all traffic that isn't going to the directory /catalog to the /test directory I tried a combination of ReWriteCond and Rewriterule:- rewriteCond %{REQUEST_URI} !(^\/catalog.*) [NC] rewriteRule (.*) /test/$1 [R] This is working inconsistently, however.... /catalog gets rewritten, although I want it …

0
65
Member Avatar for vjw757

i have a site at [URL="http://cometorate.com/"]http://cometorate.com/[/URL] i tried todo a cPanel move to my server here. [URL="http://66.196.43.131/~cometora/"]http://66.196.43.131/~cometora/[/URL] on the new server above i keep getting the errors below. i just dont know what any of this means. can anyone help? Warning: fopen(/usr/local/apache/htdocs/online.txt) [function.fopen]: failed to open stream: Permission denied in …

Member Avatar for w_3rabi
0
129
Member Avatar for tetrahall

hi Is there any way to make all incoming/outgoing traffic go through my isp proxy - hence protect my pc's ip address. .. thinking really of ways using router configuration OR some dns utility! I am using a speedTouch 510 router on windows xp and apache server. When i surf …

0
32
Member Avatar for namorim

Hi guys, Please, I need your help. I made a web site with a login page. In my laptop it works perfectly, bu when I move the site to other computer, and I put the user name, the password and submit it doesn´t move to the next page. I´m using …

Member Avatar for Eko
0
107
Member Avatar for Anand Parajuli

Hi, I have been given a server which runs Apache2. Its working fine by itself. What I need to do is run another apache server in port (say)8000 is folder /home/myname (in the same machine). From what I know, if I have proper configuration files in my folder we should …

Member Avatar for priest_ngs
0
253
Member Avatar for Janined

Hi All I have installed and configured Novell Audit 2 on Netware 6.5. when I test the database it connects succesfully. However when I try and run a query (the standard one or a new one) I get the following error. I am using mysql connector 3.1.11 (have tried older …

0
31
Member Avatar for ndeniche

i guess this question should go into the PHP forum, but since it's not a code problem, i don't know... i've just installed apache in my pc, and i'm trying to install php with it, but when i configure httpd.config assigning [inlinecode]LoadModule php5_module c:/windows/system[/inlinecode] it sais it can't load [inlinecode]c:/windows/system[/inlinecode] …

0
47
Member Avatar for howie_23

Hey everyone, I'm new to these forums and also new to web hosting but I've got a quick question. I'm using an Actiontec GT701 as my DSL modem and router. I'm running apache2 and I'm using virtualHosts to host three different sites. I can access the sites just fine from …

Member Avatar for krazytekn0
0
125
Member Avatar for cancer10

Hello, I want to learn perl and I have installed Apache 2.0.53, Perl 5.8.8 and MySql 4.1 I have configured apache for perl and successfully running the "Hello World" program. I want to know, how to configure perl for mysql. Your help is appreciated. Thanx

Member Avatar for KevinADC
0
45
Member Avatar for cargdrac

Hi I need help I´ve just installed apache 2.2.4 and php 5.2.3 and everything works fine until I want to load myql extension I have configured the extensions dir apropiately but somehow the Apache doesnt recognize them I really need your help

Member Avatar for Berhe
0
132
Member Avatar for joshilay

hi ... i want to use php 4 and apache 2 on fedora core 4 ... butr not been able to use ... so can anyone tell me how to plugin php non apache on linux platform .... Ashish

Member Avatar for Anonymusius
0
88
Member Avatar for geekpie

Hi I recently added Options +Multiviews to my .htaccess file so that URLs on my site would be mydomain.com/features/cars rather than mydomain/features/cars.php It's working fine, but I now wish to redirect bookmarked users and robots that request the old URLs. I've tried Redirect /features/cars.php [URL]http://mydomain.com/features/cars[/URL] but this gives file not …

Member Avatar for geekpie
0
165
Member Avatar for AtlSftEngineer

Ok I'm fairly new to this. I'm assuming I need apache with my hosting. Where can I find a good reference for learning how to have all the files on my website from [url]www.website.com/file/filename.php[/url] to just be [url]www.website.com/file/filename[/url] ? (No file extension necessary) I noticed it has something to do …

0
61
Member Avatar for islam nigm

now as an example of validation i have this code [INLINECODE] <%@ page contentType="text/html" %> <%@ taglib prefix="c" uri="http://java.sun.com/jstl/core" %> <html> <head> <title>User Info Entry Form</title> </head> <body bgcolor="white"> <form action="validate_jstl.jsp" method="post"> <input type="hidden" name="submitted" value="true"> <table> <c:if test="${empty param.userName}"> <tr> <td></td> <td colspan="2"><font color="red"> Please enter your Name </font></td> …

0
82
Member Avatar for tanha

Hello everybody, I use the WAMP5 tools which has the following features: i) Apache 2.2.4 (SERVER) ii) PHP 5.2.3 + PECL iii) SQLitemanager iv) MySQL 5.0.41 v) Phpmyadmin Suppose I have four date fields, and I have a button next to each of them, I like when I click on …

Member Avatar for MitkOK
0
71
Member Avatar for Barefootsanders

Hey everyone, I'm attempting to set up my own web server with apache2 and php5. I set up apache fine and it works. My problem is that when i install php5 my apache wont start. I just get an error message saying "The requested operation has failed." I attached both …

Member Avatar for Barefootsanders
0
84
Member Avatar for mransome

Hi, i am brand new to php and in need of help before i blow up my building. how do i connect to an oracle database from a php script/program running on apache installed on a linux server. Please help. ty

0
22
Member Avatar for staneja

Hi , i am trying to run Servlet since last 3 days , i have executed servlet so many times with same method but this time its troubling me . This is code of web.,xml <?xml version="1.0"?> <web-app> <servlet> <servlet-name>hello</servlet-name> <servlet-class>servlet1</servlet-class> </servlet> <servlet-mapping> <servlet-name>hello</servlet-name> <url-pattern>/hello</url-pattern> </servlet-mapping> </web-app> Aug 8, 2007 …

0
70
Member Avatar for php111

hi, I am not sure how to set up or configure apache. It will be on a vista system. When trying to install apache i got a fatal error a black box popped open saying something real fast something about there is an error in the foundation. As far as …

0
80
Member Avatar for kub365

Was on the rocks about which server to choose. Here were the options: [LIST] [*]Dual Xeon 2.8 - 2 gig ram - 2 10k 73 gig SCSI [*]Dual dual core Opteron - 2 gig ram - 2 160 gig SATA [/LIST] The question I had was; Is the performance gain …

Member Avatar for WangVS
0
307
Member Avatar for jonathan.jbkt

I have a client that is hosting his site on my Ubuntu Linux Server. He has some files that he generates from Microsoft Excel as .htm files. I have set Apache to parse .htm files with the PHP engine but we still have a problem with the way the content …

Member Avatar for jonathan.jbkt
0
238
Member Avatar for billah_norm

[COLOR=Red]IP addresses instead of localhost or 127.0.0.1[/COLOR] I want to buils a web server which will work fine not in localhost. It should work online as a web server from which i can host my own websites and visitor can visit these from other PCs. So, how can i proceed?? …

Member Avatar for stagepro
0
171
Member Avatar for cogmick

Hi I would value your opinions as to whether it is worth investing in a linux platform so that I can run an Apache server to start my own web development company. PHP Is all the rage and it appears that this is the future, or have many of the …

Member Avatar for cogmick
0
104
Member Avatar for chandan_mishra

When ever I try to run my jsp page on a tomcat 5.5 server I get the following exception SEVERE: Servlet.service() for servlet jsp threw exception java.lang.NoSuchMethodError: javax.servlet.ServletContext.getResourcePaths(Ljava/lang/String;)Ljava/util/Set; at org.apache.jasper.compiler.TldLocationsCache.processTldsInFileSystem(TldLocationsCache.java:424) at org.apache.jasper.compiler.TldLocationsCache.init(TldLocationsCache.java:250) at org.apache.jasper.compiler.TldLocationsCache.getLocation(TldLocationsCache.java:224) at org.apache.jasper.JspCompilationContext.getTldLocation(JspCompilationContext.java:526) at org.apache.jasper.compiler.Parser.parseTaglibDirective(Parser.java:422) at org.apache.jasper.compiler.Parser.parseDirective(Parser.java:492) at org.apache.jasper.compiler.Parser.parseElements(Parser.java:1552) at org.apache.jasper.compiler.Parser.parse(Parser.java:126) at org.apache.jasper.compiler.ParserController.doParse(ParserController.java:211) at org.apache.jasper.compiler.ParserController.parse(ParserController.java:100) at org.apache.jasper.compiler.Compiler.generateJava(Compiler.java:155) …

Member Avatar for chandan_mishra
0
101
Member Avatar for nprioleau

Hi...! I'm not too sure what's going on but my machine seems very slow and there are dubious processes running that "ive never seen before. I ran the HijackThis.exe and have posted the log below. Please can someone tell me if I need to be doing something? I've run and …

Member Avatar for zandiago
0
125
Member Avatar for arimsam
Member Avatar for shouvik.d
0
55
Member Avatar for ankitagalaxy

I m beginner in Php-Mysql. I have installed apache PHP-Mysql but still it is showing problem in running the script. I really need a help to learn it. Anyone is there who can solve my problem.

Member Avatar for stymiee
0
45
Member Avatar for FBI

hello my friends :) I'm new to web dev so ive started learning PHP. i have a couple of questions... 1. Can i change the default .php extension to .whatever ? 2. Can i change something.html to something.whaever extension? in Apache Mod rewrite? i mean SEO. i want to make …

Member Avatar for FBI
0
1K
Member Avatar for ¤| battousai |¤

Hy, I have seached this forum but have not come across any similar topic, so I hope i'm not repeating anything here. Lately I have been playing around a bit with the apache server, and aquired a 2nd computer with a reasonable connection (20480/2048 - no limit) I am looking …

Member Avatar for Spenser
0
114
Member Avatar for marjan_m

what is the difference between Apache and IIS,n which is required to install for using php.kindly let me know? Regards,

Member Avatar for Ezzaral
0
218
Member Avatar for vijaygandhi559

Hi, I am trying to configure the logger in java to log my messages. I have downloaded and added the log4j.jar to my classpath. I am receving two error messages while I am running the program to check it.The code I am using is : import org.apache.log4j.*; public class LoggerClass{ …

Member Avatar for jwenting
0
204
Member Avatar for analogue_rogue

here is my HJT report.. everytime i use the address bar on IE7 to search it comes back blank loading searchportal.infomration.com Logfile of HijackThis v1.99.1 Scan saved at 18:46:05, on 17/07/2007 Platform: Windows XP SP2 (WinNT 5.01.2600) MSIE: Internet Explorer v7.00 (7.00.6000.16473) 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 …

Member Avatar for jbennet
0
136
Member Avatar for tunday

Hi. I have developed PHP scripts (both server and client) and a SOAP/wsdl that work as expected. However, I would like to build the client side using Borland's C++ Builder 2006. This program will still access the web service using the wsdl while the server side script remains written in …

Member Avatar for tunday
0
436
Member Avatar for willis86

I've run about a dozen different scanners all with results but there still seems to be no change! Logfile of HijackThis v1.99.1 Scan saved at 20:01:38, on 13/07/2007 Platform: Windows XP SP2 (WinNT 5.01.2600) MSIE: Internet Explorer v7.00 (7.00.6000.16473) 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\svchost.exe C:\WINDOWS\System32\svchost.exe C:\WINDOWS\system32\spoolsv.exe C:\WINDOWS\system32\Ati2evxx.exe C:\Program …

Member Avatar for willis86
0
116
Member Avatar for arimsam
Member Avatar for arimsam
0
101
Member Avatar for balagod

Hi, I am creating a folder through php code. but the permissions for that folder is not setting. I identified the problem is apache is different usergroup,FTP is different user group. so i want to know how can i change user group of apache. or how can i add apache,php …

Member Avatar for balagod
0
122
Member Avatar for amithasija

i have been using instant rails to run my application with apache server ,now i want to install plugins but i m not getting the right way to do it ; i gave install plugin from console but every time error comes.so can any body tell me how to install …

Member Avatar for amithasija
0
108
Member Avatar for saurav

Hi All, I had developed a small app in Tomcat. But now i am migrating into Sun-one. I have deployed the app by making a war file through the deploy tool. But i am getting an error while parsing the web.xml file during running the app. org.apache.jasper.JasperException: File "/struts-bean" not …

Member Avatar for saurav
0
174
Member Avatar for cdg

I have been having some problems with loading some programs in XP pro in that when I load Eudora, msconfig etc. the loading banner is displayed in the bottom middle of the screen instead of the centre as it used to. In the case of Eudora it hogs the window …

Member Avatar for cdg
0
269
Member Avatar for pranto157

I am new on PHP proramming. I want to use mail() function to send mail. In my Pc there is no mail server. I have confiure my php.ini file that is - SMTP = localhost, smtp_port = 25, sendmail_from = null, sendmail_path = null. But I can not send mail. …

Member Avatar for dr4g
0
195
Member Avatar for desiguru

Can someone please help me out here. My server (Apache specially) has been acting wiered whole day. [CODE][Sun Jul 1 11:01:33 2007] [notice] Apache/1.3.37 (Unix) PHP/4.4.4 FrontPage/5.0.2.2510 mod_ssl/2.8.28 OpenSSL/0.9.7a configured -- resuming normal operations [Sun Jul 1 11:01:33 2007] [notice] suEXEC mechanism enabled (wrapper: /usr/local/apache/bin/suexec) [Sun Jul 1 11:01:33 2007] …

0
85
Member Avatar for thapame

I have following code in my .htaccess for SEF URLs for [url]www.fashionsansar.com[/url] so please let me know is this correct. [CODE] Options FollowSymLinks SymLinksIfOwnerMatch RewriteEngine on ################################################################################################# ## Rewrite index urls ################################################################################################# RewriteRule index-([0-9]*)\.html$ index.php?page$1 [NC] ################################################################################################# ## Rewrite image_view urls ################################################################################################# RewriteRule fas_fusk/image_view([0-9]*)\.html fas_fusk/image_view.php?id=$1 [NC] ################################################################################################# ## Rewrite tag_search …

0
66
Member Avatar for Arch_Bytes

I have this jsf page that saves to the database. After saving it goes to a particular page. This page is then supposed to display the message that the changes were saved to the database. These are two different pages and go through several controllers. so what i did was …

Member Avatar for ~s.o.s~
0
201
Member Avatar for cancer10

How do I restrict all php sites (which are located on my server) not to consume more than a specified amount of CPU? FYI, I run Linux CentOS 4.4 with Apache Thanx

Member Avatar for ithelp
0
52
Member Avatar for arunprashanth

Hi i have one doubt. apache and tomcat are same are different server. why normally called as apache tomcat server? that means both are combined works. what are the possible ways to improve performance of tomcat server.

Member Avatar for Ezzaral
0
97
Member Avatar for smac

Hi, I'm writing a program that parses a *lot* of log files into a database. It's completely O-O, and each object opens a database connection to mysql using [B]mysqli->connect()[/B]. Here's my problem - the program works great for a limited number of log files, but if I run it over …

Member Avatar for Puckdropper
0
198
Member Avatar for rinko

I am using Apache 2 with windows web server 2003 on the windows XP. I have problem using exec() command. My safe_mode is off. Does anyone know what can be the reason why exec() does not function? It is interesting that immediately when I restart the Apache server exec() command …

Member Avatar for pritaeas
0
102
Member Avatar for sarahlou

Hi all, I have a problem that hopefully someone can help me solve. Windows live messenger will not start all I get is a windows error box saying, windows live messenger has encountered a problem and needs to close blah blah blah send report or don't send! Ive been speaking …

0
73

The End.