@ KDEV di Davide Cantaluppi , P.IVA 02984320131, 2007 Some Rights Reserved
Welcome to foXServe!

foXServe is a full featured Apache 1.3.37 Embedded WebServer with PHP 5.0.5, SQLite, mod_dav and mod_ssl running on ACME SYSTEMS srl Fox Board 832. With foXServe is possible to control I/O and a LCD Display Hitachi HD44780 directly from your PHP script. We developed a set of PHP extensions that let you control logic hardware connected directly to the Fox Board with a web PHP script.

Are you a fox LX 832 owner?
You are in the right place! We are proud to announce the availability of foXServe firmware!
 foxserve upgrade

You can download of foXServe directly from the here and take advantage of a secure web server platform for all your projects!

The installation is really simple, in only 3 steps your fox will be a foXServe.

The only requirement is a fox LX 832. After the installation the uptodate system will be activated and all future upgrades will be provided from the central repository.

The config command facility will help you to install all additional modules available for foXServe typing just one letter on your keyboard!

Take a look to http://www.foxserve.it  to discover all the software available.

Now is possible to join the foXServe system to ACME SYSTEMS SDK!
In this way you can create YOUR OWN CUSTOM fimage foXServe based. Obviously the uptodate feature is not present or you will lost your custom kernel on upgrade.
 SDK patch

 

What are you waiting for?  upgrade your fox board now!

DOCUMENTATION INDEX


Support
 Frequently Asked Questions and Contacts
 SDK patch


Docs and HOW-TOS
 APACHE Manual Pages
 MOD_DAV Configuration
 MOD_SSL Configuration
 MOD_PROXY Configuration
 MOD_MP3 Configuration
 Installing Python
 enabling CGI and I/O control example
 PHP configuration manual
 How to host your WebSite on a Pen Drive
 MMCACHE configuration manual
 Config: System configuration

 Uptodate: Upgrade the firmware
 Revert to factory default settings
 pppd, GPRS MMC/SD RTC clock and FOX GM
 cdc-acm and USB modem support
 USB Webcam support and V4L
 USB WebcamSERVER
 Activate WIFI on foXServe
 Postoffice SMTP client/server Sendmail replacement
 rdate: How to use a Network Time Server
 PORTING applications - How to compile (Mailsend example)
 ACMESYSTEMS WebSite
 Web Compiler
 Mini How-to

PHP EXTENSIONS
 SOCKETS
 FTP
 XML

CUSTOM PHP EXTENSIONS
 GPIO I/O control
 LCD HITACHI HD44780
 I2C A/D converter PC859
 LCD LIVE DEMO!


OTHER FOXSERVE BASE PRODUCTS
 SMS / MMS FOXBOX THE HARDWARE GATEWAY FOR MESSAGING MANAGEMENT
 A TUX THAT REALLY RUNS LINUX!

ScreenCast & tutorials
 WEBDAV on foXServe
 Realms: Areas of Controlled Access
 How to install Flatpress
 Others...
Community
 Forum






 Try foXServe live LCD demo



SMS / MMS foxbox messaging appliance







 Go to KDEV home page



On this small sized, powerful system you can run your favourite PHP scripts. The configuration is full customizable from standard apache configuration files. Statically linked modules are:

mod_ssl, mod_setenvif, mod_so, mod_auth, mod_access, mod_alias, mod_userdir, mod_actions, mod_imap, mod_asis, mod_cgi, mod_dir, mod_autoindex, mod_include, mod_status, mod_negotiation, mod_mime, mod_log_config, mod_env, http_core

Dinamically linked by default are mod_php5.so and libdav.so and mod_ssl.so





The official repository for Apache Modules can be found at:
http://modules.apache.org/

mod_php is a widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML.

mod_dav is an Apache module to provide DAV capabilities (RFC 2518) for your Apache web server. It is an Open Source module, provided under an Apache-style license. To test the environment simply connect to http://<your FoxServe>/test using webdav and upload your contents.
``mod_ssl combines the flexibility of
Apache with the security of OpenSSL.''

mod_ssl This module provides strong cryptography for the Apache 1.3 webserver via the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) protocols by the help of the Open Source SSL/TLS toolkit OpenSSL, which is based on SSLeay from Eric A. Young and Tim J. Hudson.
Configuration files PATH
APACHE
configuration: /etc/httpd.conf
PHP init script php.ini: /etc/php.ini ( click here for PHP INFO PAGE)
MMCACHE config is a portion of PHP.INI but you can check it following this link.
The default extension directory in php.ini is /mnt/flash if you need extra extension upload it here and load it in php.ini.
ETHERNET: /etc/conf.d/net.eth0 and DNS /etc/resolv.conf

The default document root is /mnt/flash/root, remember that Apache need at least 755 attribute to serve your pages.

Where can I download applications for my foXServe?
It's simple. EVERYWHERE! foXServe is a standard Web Server environment. I suggest you to go to FlatPress, a powerful blog CMS.

Upload your scripts using FTP,SSH or webdav and enjoy with foXServe!

foXServe update
Name:
Email:


  

foXServe is Developed by KDEV a Davide Cantaluppi company and running on ACME SYSTEMS srl Hardware.

@ KDEV 2007 Some Rights Reserved

foXServe firmware is free
foXServe firmware
Download it now!


LICENSES

Apache/1.3.37 Server

Copyright 2007 Kdev of Davide Cantaluppi Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

PHP 5.0.5
"This product includes PHP software, freely available from <http://www.php.net/software/>"

MOD_DAV
This product includes software developed by Greg Stein <gstein@lyra.org> for use in the mod_dav module for Apache (http://www.webdav.org/mod_dav/).

MOD_SSL
The mod_ssl package was created in April 1998 by Ralf S. Engelschall and was originally derived from software developed by Ben Laurie for use in the Apache-SSL HTTP server project. The mod_ssl package is licensed under a BSD-style licence, which basically means that you are free to get and use it for commercial and non-commercial purposes.