3,436 Topics
![]() | |
Alright, so, I have set up a webserver with Apache, and wish to allow some pages to require SSL. I can get this working fine, but I also want to be able to access other pages without SSL. Right now, whenever I enable SSL, it forces all pages to have … | |
Dear All, I have created a button using Google Toolbar. you can refer it on below link [url]http://toolbar.google.com/buttons/apis/howto_guide.html[/url] when we click on the button, it will grab the current URL that the user viewing in the broswer to my website and saves the URL for future reference of the User. … | |
my OS is Windows XP, i have installed apache server (2.0 X) .. i am writing a script to send an email via php mail function. [code=syntax] <?php $to = "myAddress@hotmail.com"; echo "1"; $subject = "Hi!"; echo "2"; $body = "Hi,\n\nHow are you?"; echo "3"; if (mail($to, $subject, $body)) { … | |
Thank you for the quick reply . I am having problem with deploying web application in Netbeans 6.5 with Tomcat 6.0. I have all the services running of Apache server and also have configured it with my project but it is giving "the requested resource not found error" in my … | |
Hello, I call the imagettfbbox function like so `imagettfbbox($font_size, 0, 'monofont.ttf', $code)` but its generating the following error: 'imagettfbbox() [function.imagettfbbox]: Could not find/open font' monofont.ttf is in the same folder. And the code executes fine on the server. It just won't work on my computer. This leads me to believe … | |
Hi I have noticed that some hosting provides have been able to set folders to 755 and files 644 but still permit both the Web interface user and the CMS/Forum etc scripts to have write access to the web root of the account. I will provide and example to clarify … | |
I have an image gallery that generates album and image URLs each time an album and/or image is added. The generated album URLs are like this: [B]index.php?page=list-image&album=1 index.php?page=list-image&album=40[/B] In one of my SQL tables I have an Album Name row as `al_name` I want URLs like [B]index.php?page=list-image&album=1[/B] to be rewritten … | |
Hi, I have set up Apache on Fedora 9, the server works fine when I open the browser on the Fedora machine and type in localhost/127.0.0.1 but when I type in 192.168.0.3 (The IP of the machine on my network) i get the error: Failed to Connect The connection was … | |
I think I have a PHP configuration problem on my development machine where I am setting up a development environment which interrogates a local MySQL database from Eclipse on a Windows XP platform using an Apache server. I can execute the PHPINFO program so I have a minimal PHP system … | |
I saw a similar thread to my problem, [url]http://www.daniweb.com/forums/thread11183.html[/url] I just rebooted my computer, because it was doing the same things, still now it can struggles opening sites like YouTube, Facebook, Microsoft Updates, etc. Since I just rebooted it I don't have Java installed, I only have my drivers installed, … | |
Requirement-"The stylesheet should be modified not to add DUCK(product type) if there exists one with the same action(product action)". ie how can i write validation in XSLT to add a DUCK if and only if the product action is different. In the xml given below the action of two products … | |
Hi, I'm building 3 sites, nothing fancy or big. I'm basing them on PHP, so i'm also trying to use PEAR(/PECL) - seems like a logical choice. I'm using two different webservers, one is Apache, the other is Nginx, so i need the code [b]not[/b] to be server-specific. Both machines … | |
Hi guys, i have a big problem, hope you gurus in MySQL can give me a hand. I installed the following package in 2 servers that have all in common except that the server A is in a Domain, and have SQL SERVER 2005 installed. The package installs with no … | |
Hey all I have a htaccess file, than I want to redirect from (*)\.php to index.php#$1, but the # is making the rest a comment, how do I avoid this? I've tried with \#, but no change. How do I insert this icon? | |
Check the enclosed doc file and help me to solve the following problem. Thanks in advance. [B]"As per my knowledge we can put Allow IP configuration in the webserver either apache or IIS. This would work for browser IP (Client IP). But I would like it to capture the server … | |
After numerous issues with my first hosting I got new deal. Now I want to get my blog move to its new home, but I hit the wall with simple WAR deployment Here is catalina.log [code]INFO main org.apache.catalina.core.StandardService - Starting service Catalina INFO main org.apache.catalina.core.StandardEngine - Starting Servlet Engine: Apache … | |
At first, I noticed that IE no longer worked, although it did work in safe mode. So I updated it to the latest version, yet it still didn't work, now not in safe mode either, reverted it back to the previous version, once more, works in safe mode. Also programs … | |
Hi, I'm Jiropole, s/w developer and general digital creative. Specialities: graphics and audio programming, c++, php, apache, mysql, objective c, iphone app development. Annoyances: tech administration and compilation errors. Thanks for squeezing me in to your haven of the like-minded. | |
Hey guys, OK, here's what I am trying to do: I need to log into another website, and download their reports. Seems easy right? Well, it is... because I've done it with numerous other websites. However, this one is tricky. The only way I can download the report at this … | |
Are there any equivalent classes in python for the for the following java classes import org.apache.commons.httpclient.HttpClient; import org.apache.commons.httpclient.HttpException; import org.apache.commons.httpclient.contrib.ssl.EasySSLProtocolSocketFactory; import org.apache.commons.httpclient.methods.GetMethod; import org.apache.commons.httpclient.protocol.Protocol; Thanks | |
How do I get PHP to re compile. After I change a file, c:\xampp\phpmyadmin\config.inc.php in editor PSPad and save it, nothing changes, even if stop then start Apache and MySQL in XAMPP window, or reboot. Cannot get phpMyAdmin login to work probably because file changes don't result in application changes. … | |
My java app is doing a POST with Multipart format as thetype for a certain file size when uploading a file. The application server is checking the size and returning results, but the Web server is giving a page not found with the results. It appears to be trying do … | |
i am porting over PHP code that was running prior to PHP5. Server is apache. i cannot get _GET or _POST to return a value that normally be obtained from an HTML page. I do know that in this version of PHP, the $HTTP_GET_whatever function has been deprecated. I am … | |
Dear all, Good afternoon. I need a help. I am trying to install an open source DRM server in my system.from OPENIPMP Here they are using Tomcat server. To access the DRM server we are using JBOSS Application server.After installation I am trying to acccess the server by [url]http://localhost:8080/openipmp/jsp/login.jsp[/url]. But … | |
I am moving a website from the Joomla CMS to Wordpress and I don't want to lose my SE placement due to bad links, but I cannot seem to get any redirects to work due to the dynamic nature of the Joomla produced URLs. [B] Example Joomla URL:[/B] [url]http://www.althack.com/index.php?option=com_content&task=view&id=66&Itemid=27[/url] [B]The … | |
Hi, I'm quite new to setting up webservers so I hope I can find some help here. Currently on a server that I have root access to, under /root/apache-tomcat-6.0.18/webapps/ROOT, I have a couple of .html and .jsp files which show up perfectly when I enter locally "http://localhost:8080/***.html", but when I … | |
Dear all Plzz help me I am stuck with PHP include function. I have given the include path in php.ini file as include_path="C\PHP_includes In PHP_include folder i have 3 files menu.inc which has html code, menu.css that has all the styles and menu.js that has certain functions. i have a … ![]() | |
Hey All Has anyone successfully configured FastCGI (mod_fastcgi-2.4.6-AP22.dll), Apache (2.2.11) and PHP (5.2.8) on Windows XP (Pro XP3)? I have setup the fastcgi module and entered the directive to load it in the httpd.conf file, and edited that file further to use the fastcgi module to parse .php files. However, … | |
hello every few hours i'm getting a dialogue box that tells me my machine will restart in and when i check the event log aferward i get this Winlogon error: Acritical system process lsass.exe C:\windows\sys32\lsass.exe failed with status code128 and the computer needs torestart. i am totally vexed and it … | |
somewhere i read to install joomla i must install it in apache's directory htdocs... but i installed the php5, apache, mysql pack with easyphp... and it doesn't have any htdocs folder... where do i install it then? | |
Hello Readers, I need urgent help.Pls can anyone give me a demo of how to install PHP 5.0 for Windows XP on Apache Server or provide me a link wherein i can download both PHP compatible to Apache server. | |
I have my WAMP server on Vista but need it too on KUBUNTU so as I can use it even under linux. Can Anyone help me how to do it. I accept even how to separately install Apache, PHP and MYSQL. Pse help | |
Hi Please any one help me with a secure php image upload script... With out change the destination folder's chmod to 0777..... Please help me....... I am using php apache server... thx in advance | |
hello everyone, im using php 5.2.6 , apache 2.2.10 and mysql 5 for my server.everything works fine excepts sessions.i have configure the php.ini file for sessions.but still its not working.im using windows platform.can anyone help me to settle this? | |
The project specs requires that I send some data to a remote server, where records based on the data that I send will be searched from a MySQL db, and returned to the caller. I developed a class that resides in the remote Web server with MySQL. The local php … | |
Hi all, I've just joined but have been coding a while longer :) I'm having trouble migrating a webapp that works fine under Tomcat 5.0.28 to 5.5. I've done several others without any problem. This one, however uses SingleSignOn. I can't see anything wrong with my setup (config below) from … | |
Hi guys, I have recently installed and configured Apache to process aspx pages (I had to remove IIS when it started using 100% of the CPU when I requested localhost). Apache works perfectly but I'm having trouble with VS 2003. When I try to create or open a project I … | |
Sticky note refresh not working Hello I am trying to create a sticky form. I would like to use javascript to refresh the page using drop down selection to trigger the refresh. The problem is I cannot get it to work. See test3. I tried two other example that worked … | |
hi, i download the zend framework1.7.2 and extracted as folder, in htdocs of apache server. is there any change in php.ini file? i add another include_path in php.ini file. there is already one include_path in php.ini file. is this possible to two include path in php.ini file.. if it is … | |
i want to create a document using apache xml parser, can you guys provide me with sample code? After creating the document in the memory, i want to save it as an xml file. | |
Can you make a jar with a java database application work outside of NetBeans 6.5 IDE? The application has the included in the library folder: 1. appframework-1.0.3.jar 2. beansbinding-1.2.1.jar 3. derbyclient.jar 4. groovy-all.jar 5. swing-layout-1.0.3.jar 6. swing-worker-1.1.jar 7. toplink-essentials.jar 8. toplink-essentials-agent.jar Application works with IDE running with the Apache Derby … | |
Hi all, I seem to be having a problem. I get the above error when trying my login script. [CODE]<?php $dbhost = "localhost"; $dbname = "userlogin"; $dbuser = "adminuser"; $dbpass = "xxxxxxx"; $dbtable = "users"; mysql_connect ( $dbhost, $dbuser, $dbpass, $dbtable)or die("Could not connect: ".mysql_error()); mysql_select_db($dbname) or die(mysql_error()); session_start(); $username … | |
Hi, I have managed to set up HTTPS on my server. I wish to host two different websites over https so I used this code for two virtual hosts: [CODE]<VirtualHost *:443> DocumentRoot "E:/Program Files/Apache Software Foundation/Apache2.2/htdocs/wm/" ServerName www.wm.freeform.ath.cx:443 ServerName wm.freeform.ath.cx:443 ServerAdmin samarudge@freeform.ath.cx SSLEngine on SSLCipherSuite ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP:+eNULL SSLCertificateFile "E:/Program Files/Apache Software … | |
Hello all ! ! ! I have a litle problem with a script that I have create. This script selecting from the database all the records (in total 2) and then print out a XML file. I have enter this code to change the header to XML : header('Content-type: application/xml; … | |
Hi, When I am connecting to net after browsing for 10 mins I am getting the following message "Host Process for win32 Services has Encountered a problem" after which I am not able to access the net anymore. Also one more thing the amount of data receiving during net connection … | |
hi I installed to apache 2.2.9 and php 5.2.6 and now the server is not serving the php file, it triggers a download. after that installing php 5.2.6 the error message like 'error in accessing httpd.config file. manually configure the server.. i already added the two lines in httpd.config file … | |
Hi, I trying to run a Axis JAVA client with a GSOAP C++ server. Here in the below given code I am trying to make an asynchronous call from the JAVA client using "sendReceiveNonBlocking" API. On the GSOAP server side I am using the "soap_send_..." for the asynchronous behaviour. I … | |
I have a table in mysql which I can view perfectly using JSP, but there is a problem with inserting into the table which I cannot figure out. Here is my code: [CODE]<%@ include file = "database_ini.jsp"%> <% if(request.getParameter("insert") != null){ String name = request.getParameter("name"); String sql = "insert into … | |
I took a backup of a database a while ago and I'm having trouble with running it on a new (Windows 2003) server through phpmyadmin 3. Whenever I execute it the resulting tables, fields and data are all converted to lowercase! If I use phpmyadmin to create them it works … | |
Hi! Sometimes while browsing, suddenly I stop getting sites, but I am able to ping sites. If I reboot, it starts working correctly again. Here is my HJT log- Logfile of Trend Micro HijackThis v2.0.2 Scan saved at 15:12:52, on 18-10-2008 Platform: Windows Vista (WinNT 6.00.1904) MSIE: Internet Explorer v7.00 … |
The End.