37 posts tagged with php and apache.
Displaying 1 through 37 of 37. Subscribe:
What is the best back end approach for a my e-bay polling web service?
Is running regular wget cron jobs every few minutes the best way to automate scanning the ebay api for batches of searches? [more inside]
Is my apache/php server being hacked?
I have a simple php script. A few times a day, some user has reported that he is seeing the php source code. I can't reproduce it. But I was able to see the source as it appeared on their screen, and there is a weird anomaly. [more inside]
Block browser access to files on server
How can I block browser access to MP3 files, yet allow streaming? [more inside]
What other strategies are there for seeing CPU bottlenecks in a large PHP application?
How can I track down the cause of periodic spikes in CPU usage caused by a plugin-bloated WordPress install on a LAMP server? [more inside]
Server security: creating separate silos for applications & hashing passwords help
Can you help me understand how to approach a couple issues of server security. (1) I want to run things in 'silos', so that if someone from the web has hacked and has code level access to example.com/blog they can't query the db of example.com/app (2) If they do get access to a user database, how do I make it harder for them to figure out passwords (beyond just storing them as md5)? [more inside]
Bizarre Apache/PHP issue.
I have a really weird Apache/PHP problem. Ubuntu 8.04 LTS Server, fairly typical webhosting setup. One of our sites returns 404s randomly through the day, typically late at night, but sometimes in the morning. It'll do this for an hour or two and then start working all on it's own. The other sites are fine. [more inside]
XAMPP: how to configure Apache for PHP
I'm using XAMPP, but my PHP isn't working. I think it's an issue with Apache. How do I reconfigure it so it actually recognizes my PHP? [more inside]
How to make a local apache (joomla) site live on a windows 2003 server by assigning an ip address.
How to make a local apache (joomla) site live on a windows 2003 server by assigning an ip address. [more inside]
a server most erroneous
My site crashed with a 500 - server error after accruing a 2GB+ error log filled with "unable to load dynamic library'. Help me figure out the cause. [more inside]
3-5 days and good programming skills. I wanna build something cool!
I have 3-5 days (starting tomorrow!) in which I'm off from work, and have really nothing planned. As a developer geek in a crappy economy, I'm looking at looming unemployment and/or the start of a freelance career in the very near future. I want to this time making "something" that I can use in my portfolio to show potential employers/clients. What on earth can I build? [more inside]
I thought WAMPserver was, like, for idiots. I feel like an idiot so why doesn't it work?
I am following a tutorial on how to install WAMPserver and Wordpress on my Windows machine to kickstart my learning of CM systems and PHP. A crucial component won't install and I don't know nuthin' about how to fix the problem. [more inside]
How do I keep sneaky website users from accessing files directly?
How do I keep sneaky website users from accessing files directly? [more inside]
Local Apache server + public wireless = problem?
I have a new EeePC 1000HE with Windows XP, which I want to use for both web development and casual web browsing. Are there security issues with installing Apache and PHP on a machine that is also used to access public wireless internet? If so, what steps can I take to make my netbook more secure?
LAMP to WISA
After working in a mostly LAMP (Linux, Apache, MySQL, PHP) environment the last few years, I need to make a quick switch to WISA (Windows, IIS, MS SQL, ASP). [more inside]
Book 'em Danno
Suggest an offline booking system, no wait... Suggest a one-click WAMP solution, no wait... Flash and flat files mebbe? [more inside]
How can I run a web server on OS X without admin access?
How can I run a web server on OS X without admin access? [more inside]
Installing MediaWiki on XP with an Existing Apache Webserver
MediaWiki install: Apache, MySQL, & PHP already on my machine? [more inside]
How do I send out automated emails from my new website without being marked as a spammer?
I have an idea for yet another hairbrained social networking website (which paradoxically might hit it big :-) ). I've coded most of it up on a linux server using apache, php, mysql at softlayer.com. The hostname is registered at godaddy (which I can change if desirable). What's the minimum I need to do the following (I'd rather work on the website application logic and learn as little as possible about mail server administration for now): [more inside]
Apache 2, VirtualHost, Alias, PHP
Apache 2, VirtualHost directives, Alias, PHP's DOCUMENT_ROOT variable - confusion! [more inside]
Sending E-mails with PHP
How do I get PHP to send an e-mail. Is there a way to do it without recompiling PHP/Apache. If not, how do I recompile PHP/Apache on a linux system to do this? [more inside]
Other frameworks akin to Ruby on Rails?
What are the best database-driven Web application development frameworks out there right now? More specifically, please orient me to toolsets you know of that are similar to Ruby on Rails. [more inside]
name this bug
Why doesn't this code from O'Reilly's PHP and MySQL work for me? [more inside]
Mac Php problems
I messed up an Apache 2/PHP installation of my Mac OX 10.4, and need help figuring out what to do next [more inside]
Algorithm performance and throttling in PHP/Apache
Efficient string array comparisons in PHP, and a question about Apache and PHP performance... [more inside]
Equivalent of CDOSYS with Apache?
Although I've created sites hosted on Apache servers before, I've never had to take form results from a page and send them to a specific email (i.e. a standard form request) with Apache/PHP. Done it many times with CDONTS/CDOSYS or similar mail objects. Is there an equivalent object with Apache? I can't get an answer from the host provider (yet.)
mysterious new cookie conspiracy?
What are these __utma/b/z cookies that are suddenly spewing from all sorts of websites? [more inside]
Uses for a Linux box?
What are some fun/practical uses for a PII-333 Linux machine? [more inside]
Refresh vs. Form Re-submission
Form re-submission woes!
How can I catch page refreshes and prevent form values from being re-submitted? [more inside]
AMP + WordPress on Windows XP?
Heh. I am in the strange position of being far more capable of managing Unix/Linux/OS X than I am Windows XP, and, for development purposes, I'd like to install WordPress on my Windows box. [more inside]
Linux server with GUI
Free server-oriented Linux distribution with GUI config tools? [more inside]
Database-driven web sites using using Linux, Apache, MySQL, PHP, etc?
I know how to make database-driven web sites using Windows servers, Access, IIS, and ASP.
I want to learn how to do the same using Linux, Apache, MySQL, PHP, and... whatever you use instead of Access.
Where do I start?
I want to learn how to do the same using Linux, Apache, MySQL, PHP, and... whatever you use instead of Access.
Where do I start?
MySQL, Apache, and PHP aren't talking, but they should already be talking
MySQL, Apache, and PHP:
I can pull a phpinfo and it says that both mysql and dbx functions are compiled in and enabled, but when I run mysql_connect or dbx_connect, it can't connect. Apache and PHP work together and I can get into MySQL and do stuff via client. How can I make them talk when everything else I have says that they should already be talking? [more inside]
I can pull a phpinfo and it says that both mysql and dbx functions are compiled in and enabled, but when I run mysql_connect or dbx_connect, it can't connect. Apache and PHP work together and I can get into MySQL and do stuff via client. How can I make them talk when everything else I have says that they should already be talking? [more inside]
Managing JAlbum
I know, I know -- not another web photogallery AskMe question, but: I've actually settled on the gallery itself. I'm using JAlbum. Having made the choice, though, I'm left with two questions:
1. JAlbum makes nice galleries, but doesn't create a top-level index page. (I could hand-code it, but my wife will be doing most of the updating and I don't want her to have to go mucking around in HTML.) The easiest solution, I'd think, would be just to reformat the directory listing into something attractive -- all I really need to communicate to the user is descriptive folder names and upload dates, but I'd prefer to make something more handsome than the standard Apache page. Can anyone recommend a particular PHP file system manager or other solution?
2. JAlbum's auto upload is ridiculously slow -- better just to FTP it. When JAblum makes a gallery, though, it includes a lot of stuff I'm not using -- icon sets, borders, etc. It's not a ton of space, but I'm going to uploading a lot of these galleries, and it'll add up. Is there a programmatic way I can stop JAlbum from including all this, instead of weeding it out before each upload? (I'm using the BluPlusPlus skin.)
1. JAlbum makes nice galleries, but doesn't create a top-level index page. (I could hand-code it, but my wife will be doing most of the updating and I don't want her to have to go mucking around in HTML.) The easiest solution, I'd think, would be just to reformat the directory listing into something attractive -- all I really need to communicate to the user is descriptive folder names and upload dates, but I'd prefer to make something more handsome than the standard Apache page. Can anyone recommend a particular PHP file system manager or other solution?
2. JAlbum's auto upload is ridiculously slow -- better just to FTP it. When JAblum makes a gallery, though, it includes a lot of stuff I'm not using -- icon sets, borders, etc. It's not a ton of space, but I'm going to uploading a lot of these galleries, and it'll add up. Is there a programmatic way I can stop JAlbum from including all this, instead of weeding it out before each upload? (I'm using the BluPlusPlus skin.)
What's your favorite WAMP installer and why?
What's your favorite WAMP installer? (and, of course ,why?)
Tomcat woes
I have Apache 2.0 running. I can easily set stuff up like mod_perl and PHP. I want to start developing w/ Java and I want to run servlets and Tomcat scares me. Does it run under Apache? Seperate from Apache? Any info appreciated.
Is it difficult to change to LAMP/Java from ASP/.NET? Is the open source thing really sticking?
I have been looking at changing my web development focus from Windows/ASP/.NET to LAMP(Linux, Apache, MySQL, PHP/Python/Perl) because my gut is telling me that this is where things are going. Oh, Java should be in there as well.
What's the skinny on LAMP in the real world (Netcraft surveys aside)? Is it difficult to change to LAMP/Java? Is the open source thing really sticking?
What's the skinny on LAMP in the real world (Netcraft surveys aside)? Is it difficult to change to LAMP/Java? Is the open source thing really sticking?
Has anyone installed MySQL from Server Logistics? Any other suggestions?
I'm new to Mac OS X's command line and a little nervous about using it to install Mysql. After doing some research on the net I found what might be an alternative: installing Apache2, PHP4 and Mysql from Server Logistics . The post claims that by also installing one of the Barebones text editors and Tinkertool I could avoid having to use the command line altogether. It was also suggested that the Server Logistics Complete Packages are more powerful versions of Apache and Php than apple ships (I'm on Panther). Has anyone done an install this way? Any other suggestions? Should I just get over it and use the damn command line?
Page:
1