WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: apache2 not available. listed as dependence by other extensions.  (Read 2879 times)

Offline florian

  • Full Member
  • ***
  • Posts: 116
    • Home Page
apache2 not available. listed as dependence by other extensions.
« on: September 20, 2009, 02:11:20 PM »
Can't find Apache2 no available in the tcz repository
However php5.tcz extension lists apache2.tcz in its dependencies.

Offline robc

  • Sr. Member
  • ****
  • Posts: 447
Re: apache2 not available. listed as dependence by other extensions.
« Reply #1 on: September 21, 2009, 11:25:39 AM »
It looks like apache2.tcz isn't in the repo...there is an apache2.tce. I must have missed this somehow  :-\
you can also use php5-cgi and lighttpd. Its a lighter setup then apache, and I'm not sure if the apache extension can use SSL or not.

There will be a php update when 5.3.1 comes out.
"Never give up! Never surrender!" - Commander Peter Quincy Taggart

"Make it so." - Captain Picard

Offline florian

  • Full Member
  • ***
  • Posts: 116
    • Home Page
Re: apache2 not available. listed as dependence by other extensions.
« Reply #2 on: September 21, 2009, 12:12:03 PM »
Hi robc. Thanks for your answer. Unfortunately I cannot use lighttpd because I'm building a dev environment for a system which uses apache in production. For now, I will then use apache2.tce and see if that works together with the other tcz extensions. If apache becomes available as tcz (for example when there's only one repository), I would switch then.

Offline bmarkus

  • Administrator
  • Hero Member
  • *****
  • Posts: 7183
    • My Community Forum
Re: apache2 not available. listed as dependence by other extensions.
« Reply #3 on: September 21, 2009, 01:25:26 PM »
If apache becomes available as tcz (for example when there's only one repository), I would switch then.

What is about tce2tcz?
Béla
Ham Radio callsign: HA5DI

"Amateur Radio: The First Technology-Based Social Network."

Offline roberts

  • Retired Admins
  • Hero Member
  • *****
  • Posts: 7361
  • Founder Emeritus
Re: apache2 not available. listed as dependence by other extensions.
« Reply #4 on: September 21, 2009, 02:06:28 PM »
For production use, the XAMPP project (http://www.apachefriends.org/en/xampp.html) installs into /opt directory. So using a persistent /opt provides a complete web environment.
10+ Years Contributing to Linux Open Source Projects.

Offline bigpcman

  • Hero Member
  • *****
  • Posts: 719
Re: apache2 not available. listed as dependence by other extensions.
« Reply #5 on: September 21, 2009, 02:26:28 PM »
For production use, the XAMPP project (http://www.apachefriends.org/en/xampp.html) installs into /opt directory. So using a persistent /opt provides a complete web environment.
Xampp is a great solution combined with tc. Note that the latest version of Xampp includes php 5.3.0 which breaks many php applications as a result of deprecating several functions.
big pc man