Jump to content

Search the Community

Showing results for tags 'apache'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • General
    • News
    • The Lounge
  • Community
    • Pre-Sales Questions
    • Support
    • The Marketplace
    • Contribute
    • Show Off
    • Feature Requests
    • Bugs
    • Contests
  • Developer Corner
    • General
    • Extensions
  • BlestaStore's Forum
  • BlestaStore's BlestaCMS
  • BlestaStore's Resellers
  • BlestaStore's BlestaForums
  • BlestaStore's Promotions
  • CubeData's Official Announcements From CubeData
  • CubeData's Peer Support
  • CubeData's Resellers
  • ModulesGarden Club's Topics
  • Blesta Addons's Topics

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Wire


Location


Interests

Found 2 results

  1. Hello Blesta Community! This container is designed to streamline the setup and deployment of Blesta, making it easier for everyone to get started with this excellent billing and client management software. Key Features: - PHP 7.4 and Apache: The container runs on a PHP 7.4 environment with Apache, providing a stable and reliable platform for Blesta. - Pre-installed Blesta 5.9.0: Blesta version 5.9.0 comes pre-installed in the container, saving you time and effort in installation. - Essential Extensions: Includes necessary PHP extensions like PDO, cURL, GD, LDAP, IMAP, and more for full compatibility with Blesta. - Security Enhancements: Integrated IonCube Loader for secure execution of PHP files, and IMAP with Kerberos support for enhanced email functionalities. - Easy Deployment: Deploy using Docker or Docker Compose with straightforward instructions, making it accessible even for those new to Docker. How to Use: - Pull the Docker image: `docker pull koolwilly/blesta` - Run the Docker container: `docker run -d -p 80:80 koolwilly/blesta` - Access Blesta: Navigate to `http://localhost/install` or `http://[your-server-ip]/install` Docker Compose Support: For those preferring Docker Compose, the setup includes a service for Blesta and a MariaDB database. It simplifies running Blesta alongside its database in a containerized environment. I'm looking forward to your feedback and suggestions. Let's make deploying and managing Blesta easier and more efficient for everyone!
  2. well I didn't think this would work so easy but I have to say it does: .htaccess modification: #Deny Direct IP Access RewriteCond %{REMOTE_ADDR} ^127\.0\.0\.1 [OR] RewriteCond %{REMOTE_ADDR} ^127\.0\.0\.2 RewriteRule ^ http://%{HTTP_HOST}/403.html [R=403,NE,L] ^ Do note to replace the 127.0.0.1 & 127.0.0.2 with your server actual ip addresses. also the 403 page I have on my own website https://portal.cubedata.net/403.html can be sourced here on github: https://github.com/AndiDittrich/HttpErrorPages/blob/master/dist/HTTP403.html
×
×
  • Create New...