[por Walter Fonseca]En tiempos de globalización, universalización y multinacionalismo que no excluye la construcción de nuevos muros fronterizos, el gobierno inglés hizo saber sobre una batería de propuestas con pretensiones de drástico recorte a la entrada de extranjeros que no pertenecen a la Unión Europea: Una profundización en el exótico PBS (siglas de Points Based System o tasació
Como muchos sabrán, me dedico a la programación de portales web y pues me he topado con un grán problema: La optimización Web.
Después de millones y millones de intentos y de “consejos” que leí por internet, me di cuenta de que uno de mis principales errores como programador es que mis páginas web se construyen [...]
This ad was too good to not share with you guys. So… here it goes!I haven't tried it yet, so, please, don’t ask me questions like:“Does it really work?”“Do I need a prescription for that?““Do I have to check with my doctor first?”“What are the side effects?”“How much does it cost?”And so on…
As we wait for the results of tonight’s primaries take your mind off things a bit and watch our boys doing what they do best…killing scumbag Jihadis.
I love the music compilation added. Check it out:
hattip: ZIP
---Related Articles at Infidels Are Cool:Apache 30mm Cannon takes out truck full of insurgentsBreaking: U.S. Bombs Al Qaeda In Somalia [...]
TVS Motor Company Indonesia (TVSMCI) is really exploiting the large Indonesian motorcycle market. Following the previously launched TVS Neo (‘cub’ class motorcycle), TVS has launched the TVS Apache which positioned as a sporty class motorcycle. The launching ceremony has taken place at Jakarta International Expo Kemayoran on Wednesday, 19 March 2007. It was attended by [...]
Developing Web Services with Apache Axis176 pages | Lulu.com | April 29, 2006 | ISBN: 1411670329 | 1 MbIf you'd like to learn how to create web services (in particular, using Apache Axis) and make some sense of various standards like SOAP, WSDL, JAX-RPC, SOAP with attachments, WS-Security, XML Encryption and XML Signature, then this book is for you. It has a tutorial style that walks you through in a step-by-step manner to create working code. The first 40 pages are freely available on You can judge it yourself.Скачать | Download - (1 Mb)Paid4Share | IceFile.net
Organizing websites is highly dynamic and often chaotic. Thus, it is crucial that host web servers manipulate URLs in order to cope with temporarily or permanently relocated resources, prevent attacks by automated worms, and control resource access. The Apache mod_rewrite module has long inspired fits of joy because it offers an unparalleled toolset for manipulating URLs. The Definitive Guide to Apache mod_rewrite guides you through configuration and use of the module for a variety of purposes, including basic and conditional rewrites, access control, virtual host maintenance, and proxies. This book was authored by Rich Bowen, noted Apache expert and Apache Software Foundation member, and draws on his years of experience administering, and regular speaking and writing about, the Apache ser
Here's the Idyllwild fire as seen from my home in Palm Springs. It's a 15 second exposure.retro, Babel, Disney, French circus, digital camera, travel, Uruguay, photo blog, Buenos Aires, Shanghai,...
for more see...
New York's Apache Beat make sleek post-punk music that pops boners. There are synthesizers and percussion too, and more dynamics than you'd find if this were limited only to post-punk. Basically it all just sounds like fashion. The
You should hide apache banner information from being displayed so the attackers are not aware of what version of Apache version you are running and thus making it more difficult for them to exploit any system holes and thus making vulnerability scanners work harder and in some cases impossible without knowing banner information.
How To:
Modify /etc/httpd/conf/httpd.conf
Change the
Hello,
To get the apache version on linux server we have to use following command.
# /usr/local/apache/bin/httpd -v
To get the php version on linux server we have to use following command.
#php -v
you can get the php modules install on server with command #php -m
To get the mysql version on linux server we have to use following command.
#mysql [...]
Greedy Genius’s first release of their much anticipated shoe, the Apache in a Geo-Pop colorway has finally arrived at select retailers. It’s good to see the company evolving to entirely new models with this one taking inspirations from number of basketball classic sneakers. You can pick up your pair at Leaders1354’s online shop. More images [...]
[Update: You may download the MSI
package of PHP instead of the ZIP one which would do all the set-up and
configuration itself and you wouldn’t have to do the following by yourself]
This is the crucial part guys, first I start off with giving the locations
of the configuration files of Apache and PHP.
Apache: [X:\…]\Apache Software Foundation\Apache2.2\conf\httpd.conf
PHP: [Y:]\PHP\php.ini-dist [renamed to php.ini later]
Now let’s start guys:
1. Start by backing up both the configuration files, you’d
need them in case you mess up the files.
2 .Rename the php.ini-dist file to php.ini
3. Look for a line like below
doc_root
and make it look like
doc_root =[X:\…]\Apache Software Foundation\Apache2.2\htdocs
be sure to change ’[X:\
So you want to install web server on your own computer and have downloaded
Apache and PHP. Please read
Installing
Web Server on your PC first, if in doubt.
Installing Apache web server
Installing Apache is a no-brainer. It is just as you install any other software.
Run the set-up, feed the information in each step and click finish to install.
It is a 4-5 step installation and wouldn’t take much time to get installed.
Be sure not install it as a Windows Sevice (default option).
After installation, fire-up your favorite browser. Type in
or (both refer top the local server) in the
address bar and press enter. You’ll see a welcome page stating that your
installation was successful. If it doesn’t show up, go to Start->Programs->Apache
HTT
All major IDEs from different Vendors support webservices using Apache Axis.In this post my objective is to demonstrate a simple web service development and deployment using IBM's Websphere Application Developer(WSAD)/Rational Application Developer(RAD).They both provide support for Apache Axis and can use Axis libraries as required for runtime environment for web services.In following heads all the steps involved are explained:Configure Axis as runtime for Web services in RAD -Start RAD/WSAD. Open a new workspace, and close the welcome screen.-In WSAD/RAD,go on menu, Window >Preferences >Web Services >Server and RuntimeDo the settings for Apache Axis runtime as shown in the Figure 1.Figure 1Create a new Web Project Now we have a plain java class and a web project. Next step is to create a
In continuation with my previous post,this post explores various ways of deploying a webservice using Apache Axis and how stubs can be generated with tools provided in Apache Axis.Deploying A Webservice:Web services can be deployed in axis in two ways-JWS (Java Web Service) Files - Instant Deployment-Custom Deployment - Introducing WSDDJWS Deployment:-Copy the *.java file into your web directory, and rename it *.jws.-You're done!You should now be able to access the service at the following URL (assuming your Axis web application is on port 8080): automatically locates the file, compiles the class, and converts SOAP calls correctly into Java invocations of your service classCustom Deployment - Introducing WSDD:Axis uses *.wsdd files to deploy Web services. This is a Axis specific format for
AXIS,is a complete frame work for developing and assessing Web Services.The current stable version of Axis in use is 1.2,though Axis 2 is on the anvil of release.You can find more information and download information about Axis C++ and Java on their official website.Axis is essentially a SOAP engine.It is an implemetation of SOAP which provides abstarction from dealing with SOAP and WSDL directly.You can always write webservices without Axis but it will be a very tedious job then.Axis2 is SOAP 3.0 which is written from scratch,the intention is to create a more modular, more flexible, and higher-performing SOAP implementation (relative to Apache SOAP 2.0).Axis provides a framework for constructing SOAP processors such as clients, servers, gateways, etc. Axis supports both Java and C++.But A
XAMPP is a software that include PHP, MySQL and Apache web server into one Package. Just install it and use it for developing your web application with PHP script.
XAMPP 1.6.6 Include :
Apache HTTPD 2.2.8 + Openssl 0.9.8g
MySQL 5.0.51a
PHP 5.2.5
PHP 4.4.8
phpMyAdmin 2.11.4
FileZilla FTP Server 0.9.25
Mercury Mail Transport System 4.52
Many people know from their own experience that it's not easy to install an Apache web server and it gets harder if you want to add MySQL, PHP and Perl. XAMPP is an easy to install Apache distribution containing MySQL, PHP and Perl. XAMPP is really very easy to install and to use - just download, extract and start.
XAMPP is available in multi platform version. for more information please visit publisher site. to download the Windows Vers
This Python script was written for a friend in Australia, for part of his Ph.D project. The script will parse the Apache server log into sqlite3 database.
Apache server log like this
1
23.13.171.152 - - [26/Sep/2007:21:20:36 +0800] "GET /forum/Themes/BlueStory/images/bbc/ftp://ftp.gif HTTP/1.1" 200 191 " "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.7) Gecko/20070914 Firefox/2.0.0.7"
could be parse to an [...]
mod_deflate is included in the Apache 2.0.x source package, and compiling it in is a simple matter of adding it to the configure command.
./configure --enable-modules=all --enable-mods-shared=all --enable-deflate
When the server is made and installed, the GZIP-encoding of documents can be enabled in one of two ways: explicit exclusion of files by extension; or by explicit inclusion of files by
Apache Corporation is an independent energy company that explores for, develops and produces natural gas, crude oil and natural gas liquids. In North America, the Company's exploration and production interests are focused in the Gulf of Mexico, the Gulf Coast, East Texas, the Permian Basin, the Anadarko Basin and the Western Sedimentary Basin of Canada. Outside of North America, the Company has
Well, I’ve got around 15 emails asking from readers, how to check the mod_rewrite module in apache and enable mod_rewrite module in apache after reading two most of the popular post of this blog 5 useful url rewriting examples and hide .php extension with url rewriting.
Project Manager - Open Source Technologies
Company: Confidential - Contact Anupam for details
Location: Hyderabad
Experience: 10-12 years
Skills required:
Strong Development Experience in Open...
For more info on latest job openings and other career related information visit my site
Server HTTP Apache atau Server Web/WWW Apache adalah server web yang dapat dijalankan di banyak sistem operasi (Unix, BSD, Linux, Microsoft Windows dan Novell Netware serta platform lainnya) yang berguna untuk melayani dan memfungsikan situs web. Protokol yang digunakan untuk melayani fasilitas web/www ini mengunakan HTTP.Apache memiliki fitur-fitur canggih seperti pesan kesalahan yang dapat dikonfigur, autentikasi berbasis basis data dan lain-lain. Apache juga didukung oleh sejumlah antarmuka pengguna berbasis grafik (GUI) yang memungkinkan penanganan server menjadi mudah.Apache merupakan perangkat lunak sumber terbuka (Inggris: open source software) adalah jenis perangkat lunak yang kode sumber-nya terbuka untuk dipelajari, diubah, ditingkatkan dan disebarluaskan. Karena sifat ini, umumn
Apache server log like this23.13.171.152 - - [26/Sep/2007:21:20:36 +0800] "GET /forum/Themes/BlueStory/images/bbc/ftp://ftp.gif HTTP/1.1" 200 191 " "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.7) Gecko/20070914 Firefox/2.0.0.7"could be parse to an sqlite database, with the class below.class Parser: def __init__(self, serverLog, db): if db.strip() == "": db = "log.db" try: conn = sqlite3.connect(db)
Apache server log like this23.13.171.152 - - [26/Sep/2007:21:20:36 +0800] "GET /forum/Themes/BlueStory/images/bbc/ftp://ftp.gif HTTP/1.1" 200 191 " "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.7) Gecko/20070914 Firefox/2.0.0.7"could be parse to an sqlite database, with the class below.class Parser: def __init__(self, serverLog, db): if db.strip() == "": db = "log.db" try: conn = sqlite3.connect(db)
SWEET BUBBLE (yes, that is her barn name) has a face of an angel. She is going to be tall like her parents of 16.2h, and she has a thick body like a halter QH. Sire is white JC and APHA registered ALLAMYSTIQUE and dam is the stunning OOPSITSAGIRL. Race or show JC or APHA with Bubble, she is smart as a whip and will exceed in either! www.geocities.com/rhftn02 Carolyn 615-274-2578
This colt has fire in his blood. Not only is he brilliant to look at, but he is fast!!!! JC or APHA racing might be his calling, give him a chance on the track, or nurture him into a fine show horse. Both parents sticked 16.2h.
Sire: ALLAMYSTIQUE Dam: FLORIDA DAWN carolynrdhll@aol.com
Zone-h published a new statistics report about registered attacks. In 2007, Apache websites were defaced 319,439 times whereas IIS sites (IIS 6.0 + IIS 5.0) were attacked only 137,599 times. Of course, one has to take into account that there are (still) more Apache sites out there. So, I used the latest Netcraft data to calculate what I call the Apache/IIS website security ratio. According to Netcraft 76,591,442 sites were running on Apache in December 2007 and IIS hosted 55,502,886 which corresponds to a ratio of 1.38. In January 2007 the ratio was 1.95. Despite the fact that IIS is catching up continuously, it also seems that IIS sites are more secure than those running on Apache. The average Apache/IIS ratio should be about 1.66. I only used January and December to calculate this numb
TVS Motor Company launches its Apache RTR 160 2008 model with additional features like new air scoops to help a speedy engine cooling and also data logging which includes 0-60 lap time and top speed indicators.Read more...
Nokia Beta Labs’i tiim, kes sai maha ka Mobile Web Server‘iga, on portinud MySQL‘i ja PHP (mõlemast 5. versioonid) S60-mobiilseadmetele. Tuntud eeskujusid LAMP ja WAMP järgides on tarkvarapakil nimeks PAMP ehk Personal AMP. Ülevaate leiab projekti wikist, ilmselt huvitavaim osa PHP koha pealt on PHP S60 API.
Nagu selgitab PAMP-i üllitamisest teatanud postitus MWS-i [...]
The standard web server on Linux is Apache. The web server is the technology that receives requests from web browsers and servers up the requested web pages to those browsers. The desktop version of Ubuntu Linux does not install the Apache web server by default. The first step in setting up a web server, therefore, is to install Apache.
To install Apache from the command-line start a terminal
How to Autostart apache during boot in Fedora Linux: Question: I am running Apache web (httpd) server on Fedora Linux but whenever my machine web server doesn't start automatically.
Answer: In Fedora apache web server can be started manually by running command "/etc/init.d/httpd" with start argument or by running service command. To setup apache autostart during boot you need to determine the default run level your fedora Linux boots during startup.
How to check default run level in Fedora
[root@fedoradev ~]# runlevel
N 5
Running runlevel command on my fedora linux machines displays default run level as 5.You must be wondering what runlevel has to do with by autostarting apache server. There is reason for that Linux uses different run levels to boot and you should know default runleve
There is an option to debug the code as a 'PHP Web Server' or something, but that always complains saying there is nothing to public to a web server. The way my system is set up, is I have a local copy of Apache 2.2 and MySQL 5 running on my development machines (Windows XP), and the PHP install has the Zend debugger binaries installed. All of this works great for Zend Studio, and it appears to work with PDT in Eclipse, except it always wants to render the pages inside Eclipse. Broadband Internet
Have you ever consider running a web server from home, well now is your time. If you have broadband Internet connection, and old windows 2000 or XP box at home why not host your own web site at home.
If you are simply wanting to run your personal web site or blog, you have to $5 [...]
It's raining and cold, here. The wind howls outside and heavy raindrops keep tapping on the windows. I’ve decided to put my wellies and my raincoat on, and venture outside to splash in the puddles and make my own music to the rhythm of the rain, instead of curling up somewhere warm and just listen to the it. Call it native raindance, if you like.
How to install Apache 2, PHP 5 & MySQL 5 in one go.
Today I will show you how to get a web server up and running in no time on Ubuntu Linux including extra packages that most professional web host companies would have enabled.
You will be hosting websites in no time! read more »
You may think that under Microsoft Windows platform, we are not able to create any file with file name that starts with dot sign (.).If you are setting up Apache Web Server on windows platform and wish to use .htaccess file to post certain authentication a.k.a security restrictions for some particular directories in the Web server, you might face the problem to create a ".htaccess" file.From my understanding, actually we have at least two ways to create a file with filename that starts with a dot under Windows platform.1) Use MS DOS command to rename an existing file with normal filename to filename starts with dot .e.g.C:\>ren htaccess .htaccess2) During the process of creating and saving a new file by using notepad, put double quote (”) at the front and end of your desired filename (of
As default squid and Apache put the log file in it's logs folder and we can see activity log using any Linux text editor. Tail are one of Linux utility for reading text or log file in real time. Tail is a program on Unix and Unix-like systems used to display the last few lines of a text file or piped data. But some time information on log files are to confusing us as they providing many activity
 we don't have a lot of time. I know I'm just an action figure but… I've seen things. Last month I was camping over by the board games and that's when I saw it. An unmarked Hawk Apache Double Prop R/C Helicopter.
Everybody knows there's an old Castle Greyskull playset in there, but we all told ourselves it was unused. Maybe those army men are behind it, maybe it's the stuffed dinosaurs, I don't know now and I sure didn't know then. All I could do was get out of there as fast as I could.
Scared? Sure, I was scared. I mean, have you seen a Hawk Apache Double Prop R/C Helicopter? It's got coaxial rotor technology that's light years ahead of what we should be using. There's flight stabilizing system and a super lightweight airframe that gives it a 200ft flight range. Plus I read in "Teddy Bear Skeptic Monthly" that they come with a rechargeable battery and a battery charger, and an owners manual and a remote control. They can drive it from anywhere! You can't
As default squid and Apache put the log file in it's logs folder and we can see activity log using any Linux text editor. Tail are one of Linux utility for reading text or log file in real time. Tail is a program on Unix and Unix-like systems used to display the last few lines of a text file or piped data. But some time information on log files are to confusing us as they providing many activity information on logged.Another tool for helping us reading the log files is AWK, The AWK language is useful for manipulation of data files, text retrieval and processing, and for prototyping and experimenting with algorithms.Using this tool (combining) will make logs information more specific depend on option gives.Example command:[root@linux ~]#tail -f /var/log/squid/access.log | awk '{print$3 " " $8 " " $4 " " $6 " " $8 " " $9 " " $7}'Where number showed on awk option are number of log information per line splited by space.This tail can be either to show Apache access log information, t
Dear valued customer, All customer under Linux 3 will face PAGE CAN’T DISPLAY cause Linux 3 is Under Maintenance (Apache Server Failed). Will finished within 1 hour.TQCGYHost Network Sdn. Bhd.
Salam Hormat,
Untuk makluman semua pelanggan, server LINUX 3 kami mengalami masalah APACHE FAILED beberapa jam bermula jam 7 pagi. Perkara ini adalah disebabkan salah seorang client di dalam server ini melakukan aktiviti yang menyebabkan server kami mengalami masalah APACHE YANG SERIUS.
Kami memohon maaf di atas apa yang berlaku terhadap LINUX 3 semalam.
Masalah ini amat kami kesali dan di harap ianya tidak berulang.
Jam 3 pagi tadi masalah ini dapat di atasi. Harap maklum.
Regards,
Support Department,
CGY Hosting Network Sdn. Bhd. (782068-A)
- (A Member Of CGY Group Of Companies)
Lepas aku buat aduan kat support site, barulah terhegeh-hegeh derang nak bagitau. Sepatutnya, bila dah tau ade probs terus la inform kat semua client. Aku tak tau kali ke berapa da die down. Time blog ni nak naik
As default, Apache and MySQL are loaded automatically when windows start if you install it on your windows box. Some computer with less memory will have trouble with their start up time caused by many application windows call upon starting up including Apache and MySQL.
If you are web designer and your computer not as a web server, you may want to set Apache and MySQL start up by manual (
As default, Apache and MySQL are loaded automatically when windows start if you install it on your windows box. Some computer with less memory will have trouble with their start up time caused by many application windows call upon starting up including Apache and MySQL.If you are web designer and your computer not as a web server, you may want to set Apache and MySQL start up by manual (unless your computer are set for a web server), by change it to manual at windows services will increasing windows start up time a little bit, but you will have to start the Apache and MySQL manually every time you want to use it.You can go directly to windows services or can write a command line in a dos prompt for starting Apache and MySQL.dos command:service start apache2
As default, Apache and MySQL are loaded automatically when windows start if you install it on your windows box. Some computer with less memory will have trouble with their start up time caused by many application windows call upon starting up including Apache and MySQL.If you are web designer and your computer not as a web server, you may want to set Apache and MySQL start up by manual (unless your computer are set for a web server), by change it to manual at windows services will increasing windows start up time a little bit, but you will have to start the Apache and MySQL manually every time you want to use it.You can go directly to windows services or can write a command line in a dos prompt for starting Apache and MySQL.dos command:service start apache2
Quello che ci serve se abbiamo implementato un sito in Java è un servlet engine, ovvero Tomcat (quello più diffuso). Nel nostro paese non vi sono molte possibilità riguardo hosting che offra tale servizio. Inoltre è naturalmente più costoso, aspetto da tenere in considerazione nel momento in cui stiamo selezionando la tecnologia da utilizzare. [...]
Under Fedora 8
Lampp the Bundle from ApacheFriends ( also known as Xampp ) is already configured and working fine in a few steps.
To enable users public_html directory you simply have to uncomment the line in the http.conf
# User home directories
Include etc/extra/httpd-userdir.conf
simply do so by doing this
gedit /opt/lampp/etc/httpd.conf
Now make a directory inside your home folder named public_html and restart lampp.
try accessing the userdirectory by going to http://localhost/~username/ (Case sensitive by the way). If you get the 403 Forbiden people recommend you to do
chmod -R 755 /home/username/public_html/
but it doesn’t work still? Do chmod -R 755 /home/username/ and it should work!
Ps: yeah yeah i know not recommended but who care as long as it works! Also im the only user on my box computers are cheap nowadays get your own!
Share This
Si vous souhaitez connaître la bande passante totale utilisée par un serveur web Apache, il suffira simplement de lancer cette commande dans un terminal ...
cat /var/log/httpd/access_log | awk '{ SUM += $5} END { print SUM/1024/1024 " mo" }'
Celle-ci va dans un premier temps, additionner toutes les valeurs du 5 ème champ des lignes de logs avec "SUM += $5". Ce champ contient normalement la valeur de la bande passante (en byte) utilisée par une seule requête HTTP.
Ensuite, la commande va diviser le résultat obtenu par 1024, deux fois, afin de fournir une valeur en Mega Octets (mo).
Dica rápida mas difícil de encontrar. Pesquise no Google como rotacionar os Logs do Apache e encontrará muita informação de configuração para o sistema Linux, mas quando o assunto é FreeBSD complica.Então para rotacionar os logs do Apache no FreeBSD, inclua no arquivo /etc/newsyslog.conf as linhas abaixo:/var/log/httpd-access.log 640 7 * @T00 J /var/run/httpd.pid 30/var/log/httpd-error.log 640 7 * @T00 J /var/run/httpd.pid 30Depois reinicie o serviço:/etc/rc.d/newsyslog restart
In the past few days I have already shown you how to quickly setup DNS, DHCP and Samba in your favorite Linux distribution, but what if you will want to host your own websites? It is again, very easy, just follow these steps:
Create a directory for all the virtual hosts: sudo mkdir /home/www-data.
Set the owner and the group to the web server user: sudo chown www-data:www-data /home/www-data.
Now edit the Apache main configuration file: sudo vi /etc/apache2/apache2.conf.
Scroll down to the bottom of the file and add the following lines above the line that includes the virtual host files:
# Name of the server
ServerName server.lan# NameVirtualHost
NameVirtualHost * (more…)
To install type:
sudo apt-get install libapache2-mod-cband
Then add the following to your apache2.conf file:
LoadModule cband_module /usr/lib/apache2/modules/mod_cband.so
On Fedora there is modules folder link in the /etc/httpd configuration folder.
This blog post details configuring a virtualhost with cband throttling:
http://www.bgevolution.com/blog/index.php/apache-mod-cband/
Netcraft recently released their October statistics and the results are startling. Apache now has less then a 10% lead on Microsoft’s IIS — the smallest gap between the two since IIS was launched in 1996! From my personal experience, I was always under the impression that Apache was the dominant platform for serving content on [...]
Siguiendo con la instalación del servidor Debian 4 en un Compaq Proliant DL 360 que empezamos en el anterior artículo, esta vez toca instalar un Tomcat para que acepte las conexiones desde un Apache. Para ello debemos tener instalado un Apache (ver el anterior artículo) y realizar los pasos que se describen aquí, que consiste en instalar el JDK de Java, instalar Tomcat 5.5 e instalar el módulo conector mod_jk.
Instalar Java JDK
1.- Bajar JDK 6 Update 3
- Ir a http://java.sun.com/javase/downloads/index.jsp
- Pinchar en JDK 6 Update 3
- Pinchar en Linux Platform > Linux self-extracting file (jdk-6u3-linux-i586.bin)
Guardamos el archivo bajado en en /root/tmp/
2.- Crear directorio para java
$ mkdir /usr/java
3.- Mover JDK al directorio creado
$ mv /root/tmp/*.bin /usr/java
4.- Establecer derechos de ejecución
$ chmod a+x /usr/java/*.bin
5.- Ejecutarlo
$ /usr/java/jdk-6u3-linux-i586.bin
Aceptar licencia? yes
A continuación él mismo desempaqueta e instala
6.- Añadir variables de e
Siguiendo con la instalación del servidor Debian 4 en un Compaq Proliant DL 360 que empezamos en el anterior artículo, esta vez toca instalar un Tomcat para que acepte las conexiones desde un Apache. Para ello debemos tener instalado un Apache (ver el anterior artículo) y realizar los pasos que se describen aquí, que consiste en instalar el JDK de Java, instalar Tomcat 5.5 e instalar el módulo conector mod_jk.
Instalar Java JDK
1.- Bajar JDK 6 Update 3
- Ir a http://java.sun.com/javase/downloads/index.jsp
- Pinchar en JDK 6 Update 3
- Pinchar en Linux Platform > Linux self-extracting file (jdk-6u3-linux-i586.bin)
Guardamos el archivo bajado en en /root/tmp/
2.- Crear directorio para java
$ mkdir /usr/java
3.- Mover JDK al directorio creado
$ mv /root/tmp/*.bin /usr/java
4.- Establecer derechos de ejecución
$ chmod a+x /usr/java/*.bin
5.- Ejecutarlo
$ /usr/java/jdk-6u3-linux-i586.bin
Aceptar licencia? yes
A continuación él mismo desempaqueta e instala
6.- Añadir variables de e
Die Long Rider schieben bei dieser High-Performance-Kollektion aus allen Rohren: Die All-Mountain-Ski fur Freerider kommen mit dem nagelneuen K2/Marker-M1-Bindungs system und sind fur harte und weiche Bedingungen ausgelegt.
Step 1 : Downloading required files. apache server binaries : httpd.apache.orgphp binaries : www.php.netStep 2 : Install apache server. Installing apache server is pretty much simple, and same as any other installation. Just enter a network domain name and server name and some email id (someone@microsoft.com). Then choose a installation directory : for reference i am using "C:". Note that a directory called apache2 will be created under C: .So "C:apache2" is our directory.Verify your installation by taking your browser and visiting http://127.0.0.1 or http://localhost.You will see a page that confirms your apache installation.Step 3 : Configuring apacheNow goto "C:Apache2conf".Open the file "httpd.conf" in any text editor.Lines beginning with # are comments .. just read them to know how to tweak apache.Change the DocumentRoot property to the folder which is the root of the site. ## DocumentRoot: The directory out of which you will serve your# documents. By default, all requests
To create a web server we have to install some tools and XAMPP can help you to install those tools, this program is very helpful for those don’t have any experience to install an Apache web server. This program is an Apache distribution by Apache Friends and is a non-profit project to contribute the progress of Apache web server. XAMPP allows you to install at once the Apache, MySQL, Perl and PHP in unique process, through the Linux, Mac OS X, Windows and Solaris platforms. After the XAMPP installation you will have, a web sever, FTP server, data base, e-mail server and more. When you are installing the package you can select what you want, depending the main goal you have for yourself.Free download: XAMPP 1.6.4Source & image:apachefriends
Digital ID: cph 3c30198. Source: b&w film copy neg. Reproduction Number: LC-USZ62-130198 (b&w film copy neg.). Repository: Library of Congress Prints and Photographs Division Washington, D.C. 20540 USA. Retrieve unedited JPEG version (168 kilobytes)Rights Information: Publication and other forms of distribution: Permitted. Photographs in this collection were deposited for copyright between 1899 and 1929. Works copyrighted before 1923 are now in the public domain. The copyright for the works after 1923 was not renewed, so they are also in the public domain. (See the Copyright Office's Circular 1, "Copyright Basics," page 6).TITLE: Apache still life [A]. CALL NUMBER: LOT 12310-A [item] [P&P], REPRODUCTION NUMBER: LC-USZ62-130198 (b&w film copy neg.). RIGHTS INFORMATION: No known restrictions on publication. No renewal in Copyright office. SUMMARY: Nine containers: baskets, bowls, and jars.MEDIUM: 1 photographic print. CREATED, PUBLISHED: c1907. CREATOR: Curtis, Ed
Apache Server Unleashed is designed for both the Apache Web developer and system administrator. Apache Server Unleashed teaches you how to extend the base server through CGI scripts and modules, with extensive advanced coverage on modules. This book teaches the system administrator how to fine-tune the server for specific traffic use. Some topics include how to start, stop and restart the server in order to update, retune, and address any general or disaster recovery issues. Learn underlying architecture of Apache Server, specifically security and authentication, as well as newer topics such as running Apache on Windows NT.Download Link
As a web designer or developer, it is important to know how to use the htaccess file to your advantage. It is a very powerful tool, and can even work as a deterrent for bandwidth thieves, exploits, and hackers. Below are some common examples of rules to consider when developing websites. We hope you find [...]
read more
Apache HTTP Server 2.2.6 released!This new version of Apache is primary a bug and security fix release. So take care of it and make the update as soon as possible.You can get the new version e.g. from http://httpd.apache.org/download.cgi
The webserver community is well accustomed to the LAMP terminology. WAMP is the equivalent for Microsoft Windows platforms. The main difference is that WAMP does not include Windows, and a License must be purchased separately if you don’t already have one. Otherwise there are a variety of WAMP software packages that will completely implement a [...]
After using Apache for a while, you are probably tired of “less’ing”/”grep’ing” your log files. You might want something a little more flexible and efficient. How about having the logs in a database table, one field per column? Now that would be an improvement. Several of your Virtual Hosts already use MySQL, and it’s about time it does something useful for you.
The answer is called mod_log_sql.
Here are some instructions you need to get it running on a freshly installed VPSLink CentOS-4-LAMP VPS.
1) VPSLink OS templates are updated regularly, but do it too, it can’t hurt:
yum update
2) Install the required software:
yum install httpd-devel mysql-devel make bzip2
3) Download the latest stable version of mod_log_sql (was released on 11/15/2006):
wget http://www.outoforder.cc/downloads/mod_log_sql/mod_log_sql-1.101.tar.bz2
(NOTE BEFORE PUBLISHING: the link above will be replaced by another one using sprydisk.com before publishing)
4) Untar
Microsoft's IIS outserves Apache among Fortune 1000 websites, researcher reports.
More evidence is emerging that Apache is suffering against Redmond, after a survey revealed that Microsoft's Internet Information Services Web server is outserving Apache on Fortune 1000 websites.
According to Port80 Software, which periodically surveys the public sites of Fortune 1000 companies to determine their
There are plenty of reasons why you would want to setup an online storage solution. Whether you need to have your files accessible from anywhere, or want to share them with your friends, or to distribute your software, you will need to evaluate the many different technologies available and find the one that fits your needs and requirements.
You probably already thought about NFS, FTP, maybe SSH or even Subversion to access files in a particular directory. They all have their own set of features, advantages and particularities.
There is another one that may be worth considering: Using WebDAV over Apache.
(more…)
There are plenty of reasons why you would want to setup an online storage solution. Whether you need to have your files accessible from anywhere, or want to share them with your friends, or to distribute your software, you will need to evaluate the many different technologies available and find the one that fits your needs and requirements.
You probably already thought about NFS, FTP, maybe SSH or even Subversion to access files in a particular directory. They all have their own set of features, advantages and particularities.
There is another one that may be worth considering: Using WebDAV over Apache.
(more…)
Si durante años ha habido una referencia exitosa e incontestable del software libre es Apache, el servidor web por excelencia.
Pero los datos (Netcraft, siempre discutible) referentes al último mes de julio señalan que su descenso (progresivo y sistemático desde hace un año) llega a una cuota inferior al 50 %, una cifra simbólica por cuanto marca la pérdida de la “mayoría absoluta” entre los servidores web, al tiempo que el de Microsoft aumenta su cuota de mercado, también de forma continua.
Algunas razones para tal inversión de tendencia:
1. La mejora de IIS, que ha reducido considerablemente su nivel de vulnerabilidades.
2. La negociación de Microsoft con algunos grandes proveedores de Internet
3. La moda de .NET, que crea un efecto colateral de migración hacia Microsoft (ASP, ISS)
4. La llegada al mercado de servidores Google GFE, en realidad una variante de Apache
5. El cambio al servidor Lighthttpd por parte de YouTube
6. ¿Estamos llegando al final de un
Zentrale Accountverwaltung (oder in Managerdeutsch: Single Signon) ist etwas schönes! Der IT-Support kann sich darum kümmern, spontan Änderungen vornehmen und die Websiteverantwortlichen müssen nicht mehr rennen und vergessene Passworte zurücksetzen. Viele Zentrale Verzeichnisse laufen unter Windows mittels ADCs (Active Directory Connector). Der ist so nett und stellt seine Dienste auch als LDAP (Lightweight Directory Access Protocol) zur Verfügung. Der Apache kann darüber (auch unter Linux) authentifizieren mit Basic Authentication, also mit dem Passwortfenster aber ohne PHP und PERL und so…
Benötigt wird das Modul authnz-ldap. Unter Debian kann das eingeschaltet werden mittels:
a2enmod
In einer .htaccess Datei oder in der Site-Konfiguration kann man nun sehr gezielt für Verzeichnisse oder URLs die Authentifizierung einschalten. Hier ein Beispiel:
<location /admin>
AuthNam
Sams Teach Yourself PHP, MySQL, and Apache in 24 Hours combines coverage of these three popular open-source Web development tools into one easy-to-understand book — and it comes with one easy-to-use Starter Kit CD-ROM for Windows or Linux.The book teaches the reader to install, configure and set up the PHP scripting language, the MySQL database system, and the Apache Web server.
By the end of this book the reader will understand how these technologies work, and — more importantly — how they can work together to create a dynamic Web site.
(more…)